summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-11-22 16:25:33 -0800
committerLance Stout <lancestout@gmail.com>2011-11-22 16:25:33 -0800
commitb87c4d786d1c093af3368b8bcfb9c3754fc1ba7a (patch)
tree435e41e36c61c77c1118996b6eaba17e22f12f37 /docs/conf.py
parent329b0df3f6e5649fde4716ad3acc661bdd3b4901 (diff)
downloadslixmpp-b87c4d786d1c093af3368b8bcfb9c3754fc1ba7a.tar.gz
slixmpp-b87c4d786d1c093af3368b8bcfb9c3754fc1ba7a.tar.bz2
slixmpp-b87c4d786d1c093af3368b8bcfb9c3754fc1ba7a.tar.xz
slixmpp-b87c4d786d1c093af3368b8bcfb9c3754fc1ba7a.zip
Update tostring docs, plus more doc cleanup
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8a49e062..cbebd6ce 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -218,3 +218,5 @@ man_pages = [
('index', 'sleekxmpp', u'SleekXMPP Documentation',
[u'Nathan Fritz, Lance Stout'], 1)
]
+
+intersphinx_mapping = {'python': ('http://docs.python.org/3.2', 'python-objects.inv')}