forked from pool/python-billiard
Dirk Mueller
443fa66670
* Issue #309: Add Python 3.9 support to spawnv_passfds() * fix #314 - drop billiard-pr310-py39-fork_exec.patch (upstream) - add billard-sphinx4.patch: compat with Sphinx 4.x OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=46
16 lines
721 B
Diff
16 lines
721 B
Diff
Index: billiard-3.6.4.0/Doc/conf.py
|
|
===================================================================
|
|
--- billiard-3.6.4.0.orig/Doc/conf.py
|
|
+++ billiard-3.6.4.0/Doc/conf.py
|
|
@@ -170,8 +170,8 @@ htmlhelp_basename = 'multiprocessingdoc'
|
|
# Grouping the document tree into LaTeX files. List of tuples
|
|
# (source start file, target name, title, author, document class [howto/manual]).
|
|
latex_documents = [
|
|
- ('index', 'multiprocessing.tex', ur'multiprocessing Documentation',
|
|
- ur'Python Software Foundation', 'manual'),
|
|
+ ('index', 'multiprocessing.tex', 'multiprocessing Documentation',
|
|
+ 'Python Software Foundation', 'manual'),
|
|
]
|
|
|
|
# The name of an image file (relative to this directory) to place at the top of
|