diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-05 18:43:22 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-05 18:43:22 -0800 |
| commit | 63681a736ae765ae6c039429f9a8c0403d9cc4fb (patch) | |
| tree | 3ba48d12fa9bc839a50b6f2696c9b116d2fc63c5 /conf.py | |
| parent | 00a507c8750729506926fe18037a285f6676c556 (diff) | |
Link to the Bus Device docs.
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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} |
