Skip to content

Commit 040048e

Browse files
authored
Merge pull request #8 from sommersoft/new_docs
Improve Ref Docs
2 parents 222f0f8 + fa7092f commit 040048e

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
@@ -9,6 +9,10 @@ Introduction
99
:target: https://adafru.it/discord
1010
:alt: Discord
1111

12+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_SI7021.svg?branch=master
13+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_SI7021
14+
:alt: Build Status
15+
1216
CircuitPython module for use with the SI7021 Temperature and Humidity Sensor.
1317

1418
Dependencies

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# autodoc module docs will fail to generate with a warning.
2121
autodoc_mock_imports = ["adafruit_bus_device", "micropython"]
2222

23-
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
23+
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2424

2525
# Add any paths that contain templates here, relative to this directory.
2626
templates_path = ['_templates']

0 commit comments

Comments
 (0)