Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-sqlalchemy-utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenStack
python
python-sqlalchemy-utils
Commits
2db37f83
Commit
2db37f83
authored
6 months ago
by
Thomas Goirand
Browse files
Options
Downloads
Patches
Plain Diff
Add remove-intersphinx.patch (Closes: #1090161).
parent
3635cbe4
No related branches found
No related tags found
No related merge requests found
Pipeline
#821873
passed
3 months ago
Stage: provisioning
Stage: build
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/patches/remove-intersphinx.patch
+17
-0
17 additions, 0 deletions
debian/patches/remove-intersphinx.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
24 additions
and
0 deletions
debian/changelog
+
6
−
0
View file @
2db37f83
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
...
...
This diff is collapsed.
Click to expand it.
debian/patches/remove-intersphinx.patch
0 → 100644
+
17
−
0
View file @
2db37f83
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']
This diff is collapsed.
Click to expand it.
debian/patches/series
0 → 100644
+
1
−
0
View file @
2db37f83
remove-intersphinx.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment