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.
2 parents 3b36458 + 54d2ed0 commit 140c8c4Copy full SHA for 140c8c4
docs/requirements-docs.txt
@@ -1,5 +1,5 @@
1
# Requirements to build hpcss' documentation.
2
3
sphinx >=5.0, <9.0
4
-sphinx-rtd-theme >=1.0, <3.0
+sphinx-rtd-theme >=3.0, <4.0
5
tomlkit >=0.1, < 1.0
docs/source/conf.py
@@ -285,7 +285,7 @@
285
# the documentation of that theme.
286
html_theme_options = {
287
"logo_only": False,
288
- "display_version": True,
+ "version_selector": True,
289
"prev_next_buttons_location": "both",
290
# Table-of-contents options.
291
"collapse_navigation": True,
0 commit comments