We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4912a4c commit 54f8595Copy full SHA for 54f8595
docs/conf.py
@@ -42,9 +42,6 @@
42
# a list of builtin themes.
43
#
44
html_theme = 'sphinx_rtd_theme'
45
-html_theme_options = dict(
46
- display_version=True,
47
-)
48
49
# Add any paths that contain custom static files (such as style sheets) here,
50
# relative to this directory. They are copied after the builtin static files,
requirements-docs.txt
@@ -1,4 +1,4 @@
1
-sphinx
2
-setuptools
+# https://github.com/sphinx-doc/sphinx/issues/13415
+sphinx<8
3
sphinx-rtd-theme
4
sphinx-argparse
0 commit comments