Skip to content

Commit 1f57a36

Browse files
committed
switch intersphinx to py3.7
1 parent a06eedb commit 1f57a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
pygments_style = 'sphinx'
7777

7878
# Example configuration for intersphinx: refer to the Python standard library.
79-
intersphinx_mapping = {'python': ('https://docs.python.org/2.7', None)}
79+
intersphinx_mapping = {'python': ('https://docs.python.org/3.7', None)}
8080

8181

8282
# -- Options for HTML output ----------------------------------------------

0 commit comments

Comments
 (0)