diff --git a/doc/conf.py b/doc/conf.py index ddce401..015e8bb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -198,8 +198,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None, - } +intersphinx_mapping = {'python': ('http://docs.python.org/', None)} autoclass_content = "both"