diff --git a/docs/conf.py b/docs/conf.py index 2f0d3cb3d4..7c748056ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -139,7 +139,7 @@ ] # Allow linking objects on other Sphinx sites seamlessly: -intersphinx_mapping = { - 'python': ('https://docs.python.org/3', None), - 'python2': ('https://docs.python.org/2', None), -} +intersphinx_mapping.update( + python=('https://docs.python.org/3', None), + python2=('https://docs.python.org/2', None), +)