diff --git a/doc/conf.py b/doc/conf.py index cc4ee30a4ee..56efa95a174 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -164,7 +164,7 @@ ] intersphinx_mapping = { - 'python': ('https://docs.python.org/3/', ('_static/python.inv', None)), + 'python': ('https://docs.python.org/3/', None), 'requests': ('https://requests.readthedocs.io/en/latest/', None), 'readthedocs': ('https://docs.readthedocs.io/en/stable', None), }