diff --git a/docs/source/conf.py b/docs/source/conf.py index db2fdfc8d7..ab80fa56e5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -101,7 +101,7 @@ def setup(app): ] intersphinx_mapping = { - "python": ("https://docs.python.org/3.9", None), + "python": ("https://docs.python.org/3.10", None), "numpy": ("https://numpy.org/doc/stable/", None), "scipy": ("https://docs.scipy.org/doc/scipy/", None), # Cirq is no longer using sphinx docs so interlinking is not possible.