- drop fix-intersphinx-mapping.patch (obsolete)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=37
This commit is contained in:
Dirk Mueller 2024-10-28 21:49:49 +00:00 committed by Git OBS Bridge
parent f3578932c1
commit dc94a296c1
2 changed files with 1 additions and 22 deletions

View File

@ -1,22 +0,0 @@
From 59ef476780398c83eaa4516d2fd3aaaecfb0f9a1 Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
Date: Fri, 24 May 2024 15:12:06 -0400
Subject: [PATCH] docx: fix intersphinx mapping format
Closes #49.
---
docs/conf.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index c399349..6821bba 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -243,4 +243,6 @@
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {
+ 'python': ('https://docs.python.org/3', None),
+}

View File

@ -14,6 +14,7 @@ Mon Oct 28 21:49:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
For Python < 3.9, the hookable extension type continues to be
allocated statically, even though the module itself is
allocated dynamically.
- drop fix-intersphinx-mapping.patch (obsolete)
-------------------------------------------------------------------
Wed Sep 11 05:10:50 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>