summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 165cdfa..46f13f4 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -295,8 +295,9 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = { 'python': ('https://docs.python.org/', None),
- 'pysmi': ('http://pysmi.sf.net/', None) }
+intersphinx_mapping = { 'python': ('https://docs.python.org/3.4/', None),
+ 'pysmi': ('http://pysmi.sf.net/', None),
+ 'twisted': ('https://twistedmatrix.com/documents/15.4.0/api/', None) }
# this merges constructor docstring with class docstring
autoclass_content = 'both'