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/python-keystoneclient/files: sphinx_mapping.patch
Date: Sat, 30 Nov 2013 07:28:23
Message-Id: 20131130072820.9DF032004B@flycatcher.gentoo.org
1 idella4 13/11/30 07:28:20
2
3 Added: sphinx_mapping.patch
4 Log:
5 metadata.xml; added herd, python-keystoneclient-0.3.2; upgraded test phase, revbump; updated deps inc. test requirements, restricted tests subsequent to stalled dev. of httpretty, added IUSE doc & examples with pertinent build and install phases
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 dev-python/python-keystoneclient/files/sphinx_mapping.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/files/sphinx_mapping.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/files/sphinx_mapping.patch?rev=1.1&content-type=text/plain
14
15 Index: sphinx_mapping.patch
16 ===================================================================
17 diff -ur python-keystoneclient-0.4.1.orig/doc/source/conf.py python-keystoneclient-0.4.1/doc/source/conf.py
18 --- doc/source/conf.py 2013-10-17 04:33:40.000000000 +0800
19 +++ doc/source/conf.py 2013-11-30 15:12:37.069566832 +0800
20 @@ -222,7 +222,3 @@
21
22
23 # Example configuration for intersphinx: refer to the Python standard library.
24 -intersphinx_mapping = {'python': ('http://docs.python.org/', None),
25 - 'nova': ('http://nova.openstack.org', None),
26 - 'swift': ('http://swift.openstack.org', None),
27 - 'glance': ('http://glance.openstack.org', None)}