15
0

- Fix -doc package generation, we are adding the -doc to the suffix,

no need to have a subpackage here, multibuild does the trick.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atomicwrites?expand=0&rev=26
This commit is contained in:
2025-10-20 09:49:16 +00:00
committed by Git OBS Bridge
commit e8515a218b
7 changed files with 263 additions and 0 deletions

10
sphinx8.patch Normal file
View File

@@ -0,0 +1,10 @@
Index: atomicwrites-1.4.1/docs/conf.py
===================================================================
--- atomicwrites-1.4.1.orig/docs/conf.py
+++ atomicwrites-1.4.1/docs/conf.py
@@ -105,4 +105,4 @@ epub_copyright = '2015, Markus Unterwadi
epub_exclude_files = ['search.html']
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {'python': ('http://docs.python.org/', None)}