summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-02 15:23:41 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-02 15:23:41 -0500
commit5e3c9e1d2f70ab327a165eacd78b0ad9004e810d (patch)
tree0cfb04750ac66fe95d432e3a2c6089806300f85e /docs/conf.py
parentbb18796f01bf3f60afb07c585bc2a09a37e0b19e (diff)
Added api docs for combox.events combox.silo.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 89600a9..04727fc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -300,4 +300,7 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {
+ 'https://docs.python.org/': None,
+ 'https://pythonhosted.org/watchdog/': None
+}