Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-iptables
Manage
Activity
Members
Labels
Plan
Wiki
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
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
Debian Python Team
packages
python-iptables
Commits
add7be2d
Commit
add7be2d
authored
6 months ago
by
Colin Watson
Browse files
Options
Downloads
Patches
Plain Diff
Port to Sphinx 8.0
Closes: #1090146
parent
b9c53085
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
debian/patches/sphinx-8.0.patch
+26
-0
26 additions, 0 deletions
debian/patches/sphinx-8.0.patch
with
33 additions
and
0 deletions
debian/changelog
+
6
−
0
View file @
add7be2d
python-iptables (1.0.1-3) UNRELEASED; urgency=medium
* Port to Sphinx 8.0 (closes: #1090146).
-- Colin Watson <cjwatson@debian.org> Thu, 19 Dec 2024 01:13:00 +0000
python-iptables (1.0.1-2) unstable; urgency=medium
* Drop Depends:python3-distutils (Closes: #1065931)
...
...
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
add7be2d
0001-Removed-badges-causing-privacy-breaches.patch
sphinx-8.0.patch
This diff is collapsed.
Click to expand it.
debian/patches/sphinx-8.0.patch
0 → 100644
+
26
−
0
View file @
add7be2d
From: Colin Watson <cjwatson@debian.org>
Date: Thu, 19 Dec 2024 01:11:38 +0000
Subject: Port to Sphinx 8.0
The old `intersphinx_mapping` format has been removed; it must now map
identifiers to (target, inventory) tuples.
Forwarded: https://github.com/ldx/python-iptables/pull/349
Bug-Debian: https://bugs.debian.org/1090146
Last-Update: 2024-12-19
---
doc/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py
index 6abeedf..ea780c0 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -196,6 +196,6 @@
latex_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {'python': ('http://docs.python.org/', None)}
autoclass_content="both"
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