Skip to content
Snippets Groups Projects
Commit 2db37f83 authored by Thomas Goirand's avatar Thomas Goirand
Browse files

Add remove-intersphinx.patch (Closes: #1090161).

parent 3635cbe4
No related branches found
No related tags found
No related merge requests found
Pipeline #821873 passed
python-sqlalchemy-utils (0.41.0-5) unstable; urgency=medium
* Add remove-intersphinx.patch (Closes: #1090161).
-- Thomas Goirand <zigo@debian.org> Mon, 16 Dec 2024 16:07:27 +0100
python-sqlalchemy-utils (0.41.0-4) unstable; urgency=medium
* Removed python3-psycopg2cffi from (build-)depends, as this is optional, and
......
Description: Remove intersphinx
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1090161
Forwarded: no
Last-Update: 2024-12-16
--- python-sqlalchemy-utils-0.41.0.orig/docs/conf.py
+++ python-sqlalchemy-utils-0.41.0/docs/conf.py
@@ -25,7 +25,7 @@ from sqlalchemy_utils import __version__
# 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', 'sphinx.ext.coverage', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
remove-intersphinx.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment