Skip to content

Commit

Permalink
Reformatted conf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
woolseyj committed Jun 8, 2021
1 parent 52fb4b3 commit a256f49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@

intersphinx_mapping = {
"python": ("https://docs.python.org/3.4", None),
"BusDevice": ("https://circuitpython.readthedocs.io/projects/busdevice/en/latest/", None),
"BusDevice": (
"https://circuitpython.readthedocs.io/projects/busdevice/en/latest/",
None,
),
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
}

Expand Down

0 comments on commit a256f49

Please sign in to comment.