From: Debian Science Maintainers Date: Sat, 22 Feb 2025 18:51:55 +0000 (-0500) Subject: Fix sphinx build. #1091039 X-Git-Tag: archive/raspbian/2022.0.0-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=af9a601c88406785e9b6a516a5801e15fb62827e;p=onetbb.git Fix sphinx build. #1091039 Foward: not necessary. Gbp-Pq: Name sphinx-ftbfs.patch --- 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 ----------------------------------------------