[Python-modules-commits] [python-attrs] 09/11: Point intersphinx_mapping at local Python docs.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Mon Oct 10 02:57:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-attrs.
commit 0fa216d9a6f9f32de524883c34bf32bfa0e6a3a4
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Mon Oct 10 04:40:30 2016 +0200
Point intersphinx_mapping at local Python docs.
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index dbfdf36..2ff5f66 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -300,5 +300,5 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- "https://docs.python.org/3": None,
+ 'python': ('/usr/share/doc/python3-doc/html', '/usr/share/doc/python3-doc/html/objects.inv')
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-attrs.git
More information about the Python-modules-commits
mailing list