From 5e3c9e1d2f70ab327a165eacd78b0ad9004e810d Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Sat, 2 Jan 2016 15:23:41 -0500 Subject: Added api docs for combox.events combox.silo. --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') 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 +} -- cgit v1.2.3