summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-25 23:02:14 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-25 23:02:14 +0000
commit33ddd7fc5ffb12e9d79092b67c61acca76354f2c (patch)
treee5455ba35068c825c3f0c625ea167bf753cd7e80 /docs
parent0ef75c5c7631df5c4ff3cb0042c95eef68092709 (diff)
docs: intersphinx link to notmuch docs
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 6624ee42..aeed7c87 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -251,4 +251,7 @@ man_pages = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {
+ 'http://docs.python.org/': None,
+ 'http://notmuch.readthedocs.org/en/latest/': None
+}