Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-argon2
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-argon2
Commits
253bbfb1
Commit
253bbfb1
authored
4 months ago
by
Colin Watson
Browse files
Options
Downloads
Patches
Plain Diff
Port to Sphinx 8.0
Closes: #1090133
parent
89093e0d
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
+22
-0
22 additions, 0 deletions
debian/patches/sphinx-8.0.patch
with
29 additions
and
0 deletions
debian/changelog
+
6
−
0
View file @
253bbfb1
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.
...
...
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
253bbfb1
0001-Use-generic-sphinx-theme-for-documentation.patch
0002-do-not-build-external-clib.patch
sphinx-8.0.patch
This diff is collapsed.
Click to expand it.
debian/patches/sphinx-8.0.patch
0 → 100644
+
22
−
0
View file @
253bbfb1
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)}
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