Skip to content

Commit 005d3cc

Browse files
authored
Merge pull request #5110 from IntersectMBO/nm/fix-sphinx-build
Upgrade deprecated Sphinx config option in `doc/`
2 parents f1987e2 + 85213e8 commit 005d3cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666

6767
html_theme_options = {
6868
'logo_only': False,
69-
'display_version': False,
69+
"version_selector": False,
70+
"language_selector": False,
7071
'prev_next_buttons_location': 'bottom',
7172
'style_external_links': False,
7273
'style_nav_header_background': '#fcfcfc',

0 commit comments

Comments
 (0)