Skip to content

Commit d3b830a

Browse files
authored
Merge pull request #5 from sommersoft/new_docs
Improve Ref Docs
2 parents 42bc581 + 5794b1c commit d3b830a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Introduction
1111
:target: https://discord.gg/nBQh6qu
1212
:alt: Discord
1313
14+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_DHT.svg?branch=master
15+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_DHT
16+
:alt: Build Status
17+
1418
CircuitPython support for the DHT11 and DHT22 temperature and humidity devices.
1519

1620
Dependencies

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717

1818
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
19-
'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),
19+
'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
2020
'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None),
2121
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2222

0 commit comments

Comments
 (0)