From 63681a736ae765ae6c039429f9a8c0403d9cc4fb Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 5 Jan 2017 18:43:22 -0800 Subject: Link to the Bus Device docs. --- conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 07c1aa027..8c41c9365 100644 --- a/conf.py +++ b/conf.py @@ -319,4 +319,6 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} +intersphinx_mapping = {'http://docs.python.org/': None, + 'https://circuitpython.readthedocs.io/projects/bus_device/en/latest/': None, + 'https://circuitpython.readthedocs.io/projects/register/en/latest/': None} -- cgit v1.2.3