summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-01-05 18:43:22 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-01-05 18:43:22 -0800
commit63681a736ae765ae6c039429f9a8c0403d9cc4fb (patch)
tree3ba48d12fa9bc839a50b6f2696c9b116d2fc63c5 /conf.py
parent00a507c8750729506926fe18037a285f6676c556 (diff)
Link to the Bus Device docs.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 3 insertions, 1 deletions
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}