Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37572579
en ru br
ALT Linux repos
S:4.2.1-alt1

Group :: Development/Python3
RPM: python3-module-oslo.policy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: oslo.policy-fix-build-with-sphinx-6.1.1.patch
Download


From 5274d612bc5811bc3c9f740f29e1b015a4e8672d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dirk=20M=C3=BCller?= <dirk@dmllr.de>
Date: Mon, 6 Mar 2023 21:48:26 +0100
Subject: [PATCH] Avoid TypeError when building with Sphinx 6.1.1 and above
see https://github.com/sphinx-doc/sphinx/issues/11094 for the
investigation and the fix.
Change-Id: I836df2bc88d416415c395245f012d6990fd006b2
---
 doc/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index e390675..84c108a 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -98,7 +98,7 @@ man_pages = [
 # -- sphinx.ext.extlinks configuration ---------------------------------------
 
 extlinks = {
-    'example': (source_tree + '/oslo_policy/%s', ''),
+    'example': (source_tree + '/oslo_policy/%s', None),
 }
 
 # -- sphinxcontrib.apidoc configuration --------------------------------------
-- 
2.39.2
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin