Skip to content

Commit 140c8c4

Browse files
authored
Merge pull request #170 from andthum/dependabot/pip/sphinx-rtd-theme-gte-1.0-and-lt-4.0
Update sphinx-rtd-theme requirement from <3.0,>=1.0 to >=1.0,<4.0
2 parents 3b36458 + 54d2ed0 commit 140c8c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Requirements to build hpcss' documentation.
22

33
sphinx >=5.0, <9.0
4-
sphinx-rtd-theme >=1.0, <3.0
4+
sphinx-rtd-theme >=3.0, <4.0
55
tomlkit >=0.1, < 1.0

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
# the documentation of that theme.
286286
html_theme_options = {
287287
"logo_only": False,
288-
"display_version": True,
288+
"version_selector": True,
289289
"prev_next_buttons_location": "both",
290290
# Table-of-contents options.
291291
"collapse_navigation": True,

0 commit comments

Comments
 (0)