We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d1322 commit b7bbb8eCopy full SHA for b7bbb8e
1 file changed
doc/conf.py
@@ -140,7 +140,7 @@
140
141
# Additional templates that should be rendered to pages, maps page names to
142
# template names.
143
-html_sidebars = {'index': 'indexsidebar.html'}
+html_sidebars = {'index': ['indexsidebar.html']}
144
145
# If false, no module index is generated.
146
#html_use_modindex = True
@@ -200,4 +200,4 @@
200
201
202
# Example configuration for intersphinx: refer to the Python standard library.
203
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
0 commit comments