aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-06-07 14:39:12 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-06-07 14:39:12 -0700
commit714521a4c7a6814c365c061bcf967c4c45692e3d (patch)
treec490c22fd15137be6b7def7311da9da0aef3457d /conf.py
parentc5e515b8fe38a346125265fcebb86f857f29e053 (diff)
shared-bindings: Update docs to remove with statements from examples but add more detail to the design guide about their use.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.py b/conf.py
index 5b10b976c..c41d5e874 100644
--- a/conf.py
+++ b/conf.py
@@ -319,6 +319,6 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/3/': None,
- 'https://circuitpython.readthedocs.io/projects/bus_device/en/latest/': None,
- 'https://circuitpython.readthedocs.io/projects/register/en/latest/': None}
+intersphinx_mapping = {"cpython": ('https://docs.python.org/3/', None),
+ "bus_device": ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),
+ "register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)}