14
0

- Add patch logutils-intersphinx.patch to fix compatibility

with recent Sphinx

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logutils?expand=0&rev=15
This commit is contained in:
2024-09-06 09:42:09 +00:00
committed by Git OBS Bridge
commit 490b821029
8 changed files with 269 additions and 0 deletions

15
sphinx4.patch Normal file
View File

@@ -0,0 +1,15 @@
Index: logutils-0.3.5/doc/conf.py
===================================================================
--- logutils-0.3.5.orig/doc/conf.py
+++ logutils-0.3.5/doc/conf.py
@@ -171,8 +171,8 @@ htmlhelp_basename = 'Logutilsdoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).
latex_documents = [
- ('index', 'Logutils.tex', ur'Logutils Documentation',
- ur'Vinay Sajip', 'manual'),
+ ('index', 'Logutils.tex', 'Logutils Documentation',
+ 'Vinay Sajip', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of