summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-01-20 22:24:25 +0100
committerJannis Leidel <jannis@leidel.info>2012-01-20 22:24:25 +0100
commitc5953a7ae8afdaf6b934d68ac0c54590560f8875 (patch)
tree3b23a340926b85d9864a0e49822f349f70e29e1e /docs
parentd124de772758ccb4c0baee117a2672173ffe6401 (diff)
downloaddjango-appconf-c5953a7ae8afdaf6b934d68ac0c54590560f8875.tar.gz
Added intersphinx config.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e18f46b..3fb9a53 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -217,4 +217,8 @@ man_pages = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {
+ 'python': ('http://python.readthedocs.org/en/v2.7.2/', None),
+ 'django': ('http://django.readthedocs.org/en/latest/', None),
+ 'celery': ('http://celery.readthedocs.org/en/latest/', None),
+}