From aa4cdf078d77d30f56bf71705905fd1bd0ed90d0 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Wed, 1 Jan 2025 20:29:54 -0500 Subject: [PATCH] Fix sphinx build. #1091039 Foward: not necessary. Gbp-Pq: Name sphinx-ftbfs.patch --- doc/GSG/conf.py | 2 +- doc/main/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/GSG/conf.py b/doc/GSG/conf.py index b7dc32d..a4b850d 100644 --- a/doc/GSG/conf.py +++ b/doc/GSG/conf.py @@ -291,7 +291,7 @@ epub_exclude_files = ['search.html'] # -- Options for intersphinx extension --------------------------------------- # 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)} # -- Options for todo extension ---------------------------------------------- diff --git a/doc/main/conf.py b/doc/main/conf.py index 1b42c5d..7a1f109 100644 --- a/doc/main/conf.py +++ b/doc/main/conf.py @@ -287,7 +287,7 @@ epub_exclude_files = ['search.html'] # -- Options for intersphinx extension --------------------------------------- # 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)} # -- Options for todo extension ---------------------------------------------- -- 2.30.2