Skip to content

Commit 5f40917

Browse files
committed
require sphinx v3.1.2
1 parent b54adaf commit 5f40917

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
# -- General configuration ------------------------------------------------
1313

1414
# If your documentation needs a minimal Sphinx version, state it here.
15-
# needs_sphinx = '1.0'
15+
needs_sphinx = "3.1"
1616

1717
# Add any Sphinx extension module names here, as strings. They can be
1818
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
1919
# ones.
2020
extensions = [
2121
"sphinx.ext.autodoc",
22-
"sphinx.ext.todo",
22+
# "sphinx.ext.todo",
2323
"sphinx.ext.coverage",
2424
"sphinx.ext.ifconfig",
25-
"sphinx.ext.imgmath",
25+
# "sphinx.ext.imgmath",
2626
]
2727

2828
# Add any paths that contain templates here, relative to this directory.
@@ -207,7 +207,7 @@
207207
latex_show_pagerefs = False
208208

209209
# If true, show URL addresses after external links.
210-
# latex_show_urls = "footnote"
210+
latex_show_urls = True
211211
# latex_use_xindy = True
212212
# Documents to append as an appendix to all manuals.
213213
# latex_appendices = []

docs/images/img-polyline.png

0 Bytes
Loading

0 commit comments

Comments
 (0)