From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 04FFA138CF8 for ; Sun, 28 Jun 2015 10:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7850E0805; Sun, 28 Jun 2015 10:06:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62B8EE0805 for ; Sun, 28 Jun 2015 10:06:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F001340887 for ; Sun, 28 Jun 2015 10:06:52 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2332) id 749ED739; Sun, 28 Jun 2015 10:06:51 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numba/files: numba-0.19.2-docbuild.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: numba-0.19.2-docbuild.patch X-VCS-Directories: dev-python/numba/files X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150628100651.749ED739@oystercatcher.gentoo.org> Date: Sun, 28 Jun 2015 10:06:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4516652a-0c5c-4898-911f-44c1b3d0eec1 X-Archives-Hash: c373d64b6e3a124ff40d376b288f5c6b idella4 15/06/28 10:06:51 Added: numba-0.19.2-docbuild.patch Log: bump; add patch to facilitate new doc build, upgrade install of docs (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.1 dev-python/numba/files/numba-0.19.2-docbuild.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/files/numba-0.19.2-docbuild.patch?rev=1.1&view=markup 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 Index: numba-0.19.2-docbuild.patch =================================================================== Delete intersphinx, delete entry to set sphinxjp.themecore which is absent from portage diff -ur numba-0.19.2.orig/docs/source/conf.py numba-0.19.2/docs/source/conf.py --- docs/source/conf.py 2015-06-28 15:19:14.573386743 +0800 +++ docs/source/conf.py 2015-06-28 15:20:16.808191183 +0800 @@ -36,12 +36,9 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'sphinx.ext.intersphinx', 'sphinx.ext.todo', #'sphinx.ext.mathjax', 'sphinx.ext.autodoc', - #'sphinx.ext.graphviz', - 'sphinxjp.themecore', ] todo_include_todos = True