[Python-modules-commits] [python-werkzeug] 03/07: Use local copies of object.inv for building documentation
Ondrej Novy
onovy at debian.org
Mon Jan 8 16:46:17 UTC 2018
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-werkzeug.
commit 3244541cc82e4a7c5e4213f22a7a85abe4fd29f8
Author: Ondřej Nový <onovy at debian.org>
Date: Mon Jul 11 07:11:44 2016 +0200
Use local copies of object.inv for building documentation
---
docs/conf.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 540ae20..cbbbbb6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -209,6 +209,5 @@ latex_use_modindex = False
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- 'http://docs.python.org/dev': None,
- 'http://docs.sqlalchemy.org/en/latest/': None
+ 'py': ('/usr/share/doc/python-doc/html', None),
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-werkzeug.git
More information about the Python-modules-commits
mailing list