diff --git a/bindings/python/docs/source/conf.py b/bindings/python/docs/source/conf.py index 8b43c5ca..bd4c8b17 100644 --- a/bindings/python/docs/source/conf.py +++ b/bindings/python/docs/source/conf.py @@ -206,4 +206,4 @@ latex_documents = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}