Andreas Tille pushed to branch master at Debian Blends Team / blends
Commits: 3c1d9cc4 by Andreas Tille at 2024-12-18T20:25:43+01:00 Drop intersphinx from sphinxdoc configuration Closes: #1090094 - - - - - b0024c23 by Andreas Tille at 2024-12-18T20:27:26+01:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - sphinxdoc/conf.py Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +blends (0.7.9) unstable; urgency=medium + + * Drop intersphinx from sphinxdoc configuration + Closes: #1090094 + + -- Andreas Tille <[email protected]> Wed, 18 Dec 2024 20:25:50 +0100 + blends (0.7.8) unstable; urgency=medium [ Andreas Tille ] ===================================== sphinxdoc/conf.py ===================================== @@ -31,8 +31,7 @@ import blends # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = ['sphinx.ext.autodoc', - 'sphinx.ext.doctest', - 'sphinx.ext.intersphinx'] + 'sphinx.ext.doctest'] autodoc_member_order = 'bysource' # Add any paths that contain templates here, relative to this directory. @@ -167,8 +166,3 @@ texinfo_documents = [ 'Miscellaneous'), ] - - - -# Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} View it on GitLab: https://salsa.debian.org/blends-team/blends/-/compare/ddb2aee9caefd30422431161348ea05f9783358b...b0024c23d690230976c45fcce1762b829d828bc0 -- View it on GitLab: https://salsa.debian.org/blends-team/blends/-/compare/ddb2aee9caefd30422431161348ea05f9783358b...b0024c23d690230976c45fcce1762b829d828bc0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Blends-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/blends-commit
