summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2019-11-19 20:55:41 -0800
committerPatrick McLean <chutzpah@gentoo.org>2019-11-19 20:55:41 -0800
commit35abceb3417d25cafe5551627e35ceff9d1ce2bb (patch)
treee543d677f661250ac46b98f7a32353c86f9eaab4 /dev-python/cython/files
parentdev-libs/tinyxml2: arm64 stable (bug #700314) (diff)
downloadgentoo-35abceb3417d25cafe5551627e35ceff9d1ce2bb.tar.gz
gentoo-35abceb3417d25cafe5551627e35ceff9d1ce2bb.tar.bz2
gentoo-35abceb3417d25cafe5551627e35ceff9d1ce2bb.zip
dev-python/cython: Revbump, add python3_8, fix USE=doc
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/cython/files')
-rw-r--r--dev-python/cython/files/cython-0.29.14-sphinx-update.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/cython/files/cython-0.29.14-sphinx-update.patch b/dev-python/cython/files/cython-0.29.14-sphinx-update.patch
new file mode 100644
index 000000000000..3f426754f6f1
--- /dev/null
+++ b/dev-python/cython/files/cython-0.29.14-sphinx-update.patch
@@ -0,0 +1,13 @@
+diff --git a/docs/conf.py b/docs/conf.py
+index 10662e28c..a84e0b928 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -41,7 +41,7 @@ highlight_language = 'cython'
+ extensions = [
+ 'ipython_console_highlighting',
+ 'cython_highlighting',
+- 'sphinx.ext.pngmath',
++ 'sphinx.ext.imgmath',
+ 'sphinx.ext.todo',
+ 'sphinx.ext.intersphinx',
+ 'sphinx.ext.autodoc'