Skip to content

Commit b162dd4

Browse files
committed
blinkyblanky
1 parent 084a345 commit b162dd4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@
2929

3030

3131
intersphinx_mapping = {
32-
"python": ("https://docs.python.org/3.4", None),"BusDevice": ("https://circuitpython.readthedocs.io/projects/busdevice/en/latest/", None),
33-
32+
"python": ("https://docs.python.org/3.4", None),
33+
"BusDevice": (
34+
"https://circuitpython.readthedocs.io/projects/busdevice/en/latest/",
35+
None,
36+
),
3437
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
3538
}
3639

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
# What does your project relate to?
5656
keywords="adafruit blinka circuitpython micropython scd4x CO2 humidity temperature sensor "
57-
"SCD40 SCD41",
57+
"SCD40 SCD41",
5858
# You can just specify the packages manually here if your project is
5959
# simple. Or you can use find_packages().
6060
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,

0 commit comments

Comments
 (0)