diff --git a/docs/conf.py b/docs/conf.py index ef6a821..0ce4eda 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,4 +83,4 @@ htmlhelp_basename = 'MorphoPydoc' -intersphinx_mapping = {'http://docs.python.org/': None} \ No newline at end of file +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}