Alexandre Detiste pushed to branch master at Debian Med / intake
Commits: 982fc354 by Antonio Valentino at 2025-01-18T16:54:27+00:00 New fix-intersphinx-mapping.patch - - - - - 54e63dcf by Alexandre Detiste at 2025-01-18T18:10:02+00:00 Merge branch 'bugfix/intersphinx' into 'master' New fix-intersphinx-mapping.patch See merge request med-team/intake!2 - - - - - 3 changed files: - debian/changelog - + debian/patches/fix-intersphinx-mapping.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -9,6 +9,10 @@ intake (0.6.6-4) UNRELEASED; urgency=medium * Standards-Version: 4.7.0 (routine-update) * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) + [ Antonio Valentino ] + * debian/patches: + - New fix-intersphinx-mapping.patch. + -- Andreas Tille <[email protected]> Tue, 07 Jan 2025 09:34:52 +0100 intake (0.6.6-3) unstable; urgency=medium ===================================== debian/patches/fix-intersphinx-mapping.patch ===================================== @@ -0,0 +1,21 @@ +From: Antonio Valentino <[email protected]> +Date: Sat, 18 Jan 2025 16:50:39 +0000 +Subject: Fix intersphinx mapping + +--- + docs/source/conf.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/docs/source/conf.py b/docs/source/conf.py +index dcb410c..252bb7e 100644 +--- a/docs/source/conf.py ++++ b/docs/source/conf.py +@@ -174,7 +174,7 @@ texinfo_documents = [ + + + # 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)} + + + ===================================== debian/patches/series ===================================== @@ -6,3 +6,4 @@ typo-in-manual-page.patch 84e22555aa415eb6a92c60b11d5f1e09d4737c54.patch python3.12.patch platformdirs.patch +fix-intersphinx-mapping.patch View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/5e2ec52120d6fc97d8fde33d57a5c2c25f689e09...54e63dcfca0e14b0a259c2a785ba1e573e01bccf -- View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/5e2ec52120d6fc97d8fde33d57a5c2c25f689e09...54e63dcfca0e14b0a259c2a785ba1e573e01bccf You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
