Skip to content

Commit 006eb1e

Browse files
committed
fixing docs bug
1 parent 9e3d952 commit 006eb1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/conf.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@
186186
# -- Options for intersphinx extension ---------------------------------------
187187

188188
# Example configuration for intersphinx: refer to the Python standard library.
189-
intersphinx_mapping = ('https://docs.python.org/', None)
189+
intersphinx_mapping = {
190+
'python': ('https://docs.python.org/3/', None),
191+
}
192+
190193

191194
# Autodoc options (to show __init__ function in docs)
192195
autodoc_default_options = {

0 commit comments

Comments
 (0)