Skip to content

Commit 54f8595

Browse files
committed
Fix documentation build.
1 parent 4912a4c commit 54f8595

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
# a list of builtin themes.
4343
#
4444
html_theme = 'sphinx_rtd_theme'
45-
html_theme_options = dict(
46-
display_version=True,
47-
)
4845

4946
# Add any paths that contain custom static files (such as style sheets) here,
5047
# relative to this directory. They are copied after the builtin static files,

requirements-docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx
2-
setuptools
1+
# https://github.com/sphinx-doc/sphinx/issues/13415
2+
sphinx<8
33
sphinx-rtd-theme
44
sphinx-argparse

0 commit comments

Comments
 (0)