Skip to content

Commit b7bbb8e

Browse files
committed
update readthedocs configuration
1 parent a9d1322 commit b7bbb8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
# Additional templates that should be rendered to pages, maps page names to
142142
# template names.
143-
html_sidebars = {'index': 'indexsidebar.html'}
143+
html_sidebars = {'index': ['indexsidebar.html']}
144144

145145
# If false, no module index is generated.
146146
#html_use_modindex = True
@@ -200,4 +200,4 @@
200200

201201

202202
# Example configuration for intersphinx: refer to the Python standard library.
203-
intersphinx_mapping = {'http://docs.python.org/': None}
203+
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

0 commit comments

Comments
 (0)