forked from pool/python-atomicwrites
- 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:
10
sphinx8.patch
Normal file
10
sphinx8.patch
Normal 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)}
|
||||
Reference in New Issue
Block a user