Skip to content

Commit 0dbb9f1

Browse files
committed
docs/conf.py: comment out html_theme_path = ['_themes'] (trying to solve the problem where the read the docs sidebar popup menu for choosing version, etc. does not pop up when clicked)
1 parent 56bceef commit 0dbb9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
#else:
104104
# html_theme = 'sphinx_rtd_theme'
105105
html_theme = 'sphinx_rtd_theme'
106-
html_theme_path = ['_themes']
106+
# html_theme_path = ['_themes']
107107

108108
# Theme options are theme-specific and customize the look and feel of a
109109
# theme further. For a list of options available for each theme, see

0 commit comments

Comments
 (0)