diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-07 14:39:12 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-07 14:39:12 -0700 |
| commit | 714521a4c7a6814c365c061bcf967c4c45692e3d (patch) | |
| tree | c490c22fd15137be6b7def7311da9da0aef3457d /conf.py | |
| parent | c5e515b8fe38a346125265fcebb86f857f29e053 (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.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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)} |
