Skip to content
Snippets Groups Projects
Commit add7be2d authored by Colin Watson's avatar Colin Watson
Browse files

Port to Sphinx 8.0

Closes: #1090146
parent b9c53085
No related branches found
No related tags found
No related merge requests found
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)
......
0001-Removed-badges-causing-privacy-breaches.patch
sphinx-8.0.patch
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"
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