[Python-modules-commits] [betamax] 04/09: Use local python3-doc for intersphinx
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Thu Jul 14 00:59:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
eriol-guest pushed a commit to branch master
in repository betamax.
commit a5e2a0734253678e84b183762a0713e7f386e828
Author: Daniele Tricoli <eriol at mornie.org>
Date: Wed Jul 13 17:51:57 2016 +0200
Use local python3-doc for intersphinx
Patch-Name: local-intersphinx.patch
---
docs/conf.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index b8a8d06..f28dabd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -242,8 +242,8 @@ texinfo_appendices = []
# Intersphinx configuration
intersphinx_mapping = {
- 'python': ('https://docs.python.org/3.4',
- (None, 'python-inv.txt')),
- 'requests': ('http://docs.python-requests.org/en/latest',
- (None, 'requests-inv.txt')),
+ 'python': ('/usr/share/doc/python3-doc/html', None),
+ # requests doesn't ship docs in sdist.
+ # 'requests': ('http://docs.python-requests.org/en/latest',
+ # (None, 'requests-inv.txt')),
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/betamax.git
More information about the Python-modules-commits
mailing list