File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ ctrlplot-servomech.png: ../control/tests/ctrlplot_test.py
3838
3939# Catch-all target: route all unknown targets to Sphinx using the new
4040# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
41- html pdf clean doctest : Makefile $(FIGS )
41+ html latexpdf clean doctest : Makefile $(FIGS )
4242 @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
Original file line number Diff line number Diff line change 2323 try :
2424 import sphinx_rtd_theme
2525 html_theme = 'sphinx_rtd_theme'
26- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
2726 except ImportError :
2827 html_theme = 'default'
2928
4948
5049# If your documentation needs a minimal Sphinx version, state it here.
5150#
52- needs_sphinx = '3.1 '
51+ needs_sphinx = '3.4 '
5352
5453# Add any Sphinx extension module names here, as strings. They can be
5554# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
5655# ones.
5756extensions = [
58- 'sphinx.ext.autodoc' , 'sphinx.ext.todo' , 'sphinx.ext.napoleon' ,
57+ 'sphinx.ext.autodoc' , 'sphinx.ext.todo' ,
5958 'sphinx.ext.intersphinx' , 'sphinx.ext.imgmath' ,
6059 'sphinx.ext.autosummary' , 'nbsphinx' , 'numpydoc' ,
6160 'sphinx.ext.linkcode' , 'sphinx.ext.doctest'
You can’t perform that action at this time.
0 commit comments