File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
# -- General configuration ------------------------------------------------
13
13
14
14
# If your documentation needs a minimal Sphinx version, state it here.
15
- # needs_sphinx = '1.0'
15
+ needs_sphinx = "3.1"
16
16
17
17
# Add any Sphinx extension module names here, as strings. They can be
18
18
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
19
19
# ones.
20
20
extensions = [
21
21
"sphinx.ext.autodoc" ,
22
- "sphinx.ext.todo" ,
22
+ # "sphinx.ext.todo",
23
23
"sphinx.ext.coverage" ,
24
24
"sphinx.ext.ifconfig" ,
25
- "sphinx.ext.imgmath" ,
25
+ # "sphinx.ext.imgmath",
26
26
]
27
27
28
28
# Add any paths that contain templates here, relative to this directory.
207
207
latex_show_pagerefs = False
208
208
209
209
# If true, show URL addresses after external links.
210
- # latex_show_urls = "footnote"
210
+ latex_show_urls = True
211
211
# latex_use_xindy = True
212
212
# Documents to append as an appendix to all manuals.
213
213
# latex_appendices = []
You can’t perform that action at this time.
0 commit comments