Skip to content

Commit 85213e8

Browse files
committed
Upgrade deprecated Sphinx config option in doc/
1 parent f1987e2 commit 85213e8

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)