Skip to content

Commit d8843dc

Browse files
authored
Merge pull request #6 from sommersoft/new_docs
Improve Ref Docs
2 parents 271f99f + f01e7d2 commit d8843dc

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
@@ -10,6 +10,10 @@ Introduction
1010
:target: https://discord.gg/nBQh6qu
1111
:alt: Discord
1212
13+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_BME680.svg?branch=master
14+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_BME680
15+
:alt: Build Status
16+
1317
CircuitPython driver for BME680 sensor over I2C
1418

1519
Dependencies

docs/conf.py

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

1818
autodoc_mock_imports = ['micropython']
1919

20-
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)}
20+
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)}
2121

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

0 commit comments

Comments
 (0)