summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-08-18 09:53:22 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-08-18 09:53:22 +0100
commitec0d27f82880ba4076e6a50514a30ea8066b2889 (patch)
tree2d739c7c8c6c8ecb5e8d80b8d30ee44509cad1e4 /docs
parentcb4806e842265461b77bc2716204a0d18f44fb4f (diff)
docs: intersphinx links to urwid and notmuch
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 4dbe0b5b..42793f9c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -256,5 +256,6 @@ man_pages = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'http://docs.python.org/': None,
- #'http://notmuch.readthedocs.org/en/latest/': None
+ 'http://notmuch.readthedocs.org/en/latest/': None,
+ 'http://urwid.readthedocs.org/en/latest/': None
}