[Python-modules-commits] [twisted] 09/16: localIntersphinx
Free Ekanayaka
freee at moszumanska.debian.org
Mon Aug 28 17:40:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch patch-queue/master
in repository twisted.
commit 3c84cea13754e9b274bf110d61860e1fc896b491
Author: Free Ekanayaka <free.ekanayaka at gmail.com>
Date: Fri Oct 21 07:37:26 2016 +0000
localIntersphinx
Use local copies of object.inv for building documentation.
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/836169
Gbp-Pq: Name 0004-localIntersphinx.patch
---
docs/conf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 2d23d59..a806c64 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -359,8 +359,8 @@ traclinks_base_url = 'https://twistedmatrix.com/trac'
# tuple of (<external sphinx documentation URI>, <inventory file location>).
# The inventory file may be None to use the default location at the given URI.
intersphinx_mapping = {
- 'py2': ('http://docs.python.org/2.7', None),
- 'py3': ('http://docs.python.org/3.3', None),
+ 'py2': ('/usr/share/doc/python-doc/html', None),
+ 'py3': ('/usr/share/doc/python3-doc/html', None),
}
# How long to cache remote inventories. Positive is a number of days,
# negative means infinite. The default is 5 days, which should be fine
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/twisted.git
More information about the Python-modules-commits
mailing list