diff --git a/docs/conf.py b/docs/conf.py index 7fc4f8f589e..f7cf1b42842 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -213,4 +213,4 @@ def make_pypi_svg(version: str) -> None: # -- Options for intersphinx extension --------------------------------------- # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/3/": None} +intersphinx_mapping = {"": ("https://docs.python.org/3/", None)} diff --git a/docs/requirements.txt b/docs/requirements.txt index ff179f3805e..dad39f67ed3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,9 +1,9 @@ # Used by ReadTheDocs; pinned requirements for stability. myst-parser==2.0.0 -Sphinx==6.1.3 +Sphinx==7.2.3 # Older versions break Sphinx even though they're declared to be supported. docutils==0.19 sphinxcontrib-programoutput==0.17 sphinx_copybutton==0.5.2 -furo==2023.7.26 +furo==2023.8.19