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

Port to Sphinx 8.0

Closes: #1090133
parent 89093e0d
No related branches found
No related tags found
No related merge requests found
python-argon2 (21.1.0-3) UNRELEASED; urgency=medium
* Port to Sphinx 8.0 (closes: #1090133).
-- Colin Watson <cjwatson@debian.org> Tue, 24 Dec 2024 18:36:27 +0000
python-argon2 (21.1.0-2) unstable; urgency=medium
* Team Upload.
......
0001-Use-generic-sphinx-theme-for-documentation.patch
0002-do-not-build-external-clib.patch
sphinx-8.0.patch
From: Hynek Schlawack <hs@ox.cx>
Date: Sat, 6 May 2023 17:08:04 -0600
Subject: Fix intersphinx
Origin: upstream, https://github.com/hynek/argon2-cffi/commit/fc71583c6cbc1859771a9368c62467a76818ef0e
Bug-Debian: https://bugs.debian.org/1090133
Last-Update: 2024-12-24
---
docs/conf.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 47cc689..5f7ac20 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -304,5 +304,4 @@ texinfo_documents = [
# texinfo_no_detailmenu = False
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {"https://docs.python.org/3": None}
+intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
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