Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numba/files: numba-0.19.2-docbuild.patch
Date: Sun, 28 Jun 2015 10:06:54
Message-Id: 20150628100651.749ED739@oystercatcher.gentoo.org
1 idella4 15/06/28 10:06:51
2
3 Added: numba-0.19.2-docbuild.patch
4 Log:
5 bump; add patch to facilitate new doc build, upgrade install of docs
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 dev-python/numba/files/numba-0.19.2-docbuild.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/files/numba-0.19.2-docbuild.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/files/numba-0.19.2-docbuild.patch?rev=1.1&content-type=text/plain
14
15 Index: numba-0.19.2-docbuild.patch
16 ===================================================================
17 Delete intersphinx, delete entry to set sphinxjp.themecore which is absent from portage
18 diff -ur numba-0.19.2.orig/docs/source/conf.py numba-0.19.2/docs/source/conf.py
19 --- docs/source/conf.py 2015-06-28 15:19:14.573386743 +0800
20 +++ docs/source/conf.py 2015-06-28 15:20:16.808191183 +0800
21 @@ -36,12 +36,9 @@
22 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
23 # ones.
24 extensions = [
25 - 'sphinx.ext.intersphinx',
26 'sphinx.ext.todo',
27 #'sphinx.ext.mathjax',
28 'sphinx.ext.autodoc',
29 - #'sphinx.ext.graphviz',
30 - 'sphinxjp.themecore',
31 ]
32
33 todo_include_todos = True