Andreas Tille pushed to branch master at Debian Med / python-ruffus
Commits: e3f60248 by Andreas Tille at 2024-12-16T17:33:55+01:00 Remove intersphinx Closes: #1090162 - - - - - 50191bdd by Andreas Tille at 2024-12-16T17:42:25+01:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/no-intersphinx.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-ruffus (2.8.4-7) unstable; urgency=medium + + * Remove intersphinx + Closes: #1090162 + + -- Andreas Tille <[email protected]> Mon, 16 Dec 2024 17:34:27 +0100 + python-ruffus (2.8.4-6) unstable; urgency=medium * Team upload. ===================================== debian/patches/no-intersphinx.patch ===================================== @@ -0,0 +1,22 @@ +Author: Andreas Tille <[email protected]> +Last-Update: 2024-12-16 +Bug-Debian: https://bugs.debian.org/1090162 +Description: remove intersphinx + +--- a/doc/conf.py ++++ b/doc/conf.py +@@ -36,7 +36,7 @@ def setup(app): + + # Add any Sphinx extension module names here, as strings. They can be extensions + # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. +-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', ++extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', + 'sphinx.ext.coverage', 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode'] + + mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML' +@@ -337,5 +337,3 @@ epub_copyright = u'2013, Llew S. Goodsta + #epub_use_index = True + + +-# Example configuration for intersphinx: refer to the Python standard library. +-intersphinx_mapping = {'http://docs.python.org/': None} ===================================== debian/patches/series ===================================== @@ -5,3 +5,4 @@ reasonable-multiprocessing.patch use-raw-strings.patch py313-regex-compilation-error-check.patch drop-distutils.patch +no-intersphinx.patch View it on GitLab: https://salsa.debian.org/med-team/python-ruffus/-/compare/f874b396837b28dda1efa91809e1f81b84e54001...50191bdda42903e447b91d1eeeca96384bdb6e4f -- View it on GitLab: https://salsa.debian.org/med-team/python-ruffus/-/compare/f874b396837b28dda1efa91809e1f81b84e54001...50191bdda42903e447b91d1eeeca96384bdb6e4f 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
