Skip to content

Commit 4900304

Browse files
authored
Merge pull request #12 from sommersoft/new_docs
Improve Ref Docs
2 parents f4b552a + 4b03fe8 commit 4900304

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Adafruit CircuitPython CCS811 Library
1010
:target: https://adafru.it/discord
1111
:alt: Discord
1212
13+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_CCS811.svg?branch=master
14+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_CCS811
15+
:alt: Build Status
16+
1317
CircuitPython driver for the `CCS811 air quality sensor <https://www.adafruit.com/product/3566>`_.
1418

1519
Dependencies

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
# autodoc module docs will fail to generate with a warning.
4242
autodoc_mock_imports = ["micropython", "adafruit_bus_device", "adafruit_register"]
4343

44+
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)}
45+
4446
# Mock out micropython ourselves.
4547
#import imp
4648
#m = imp.new_module("micropython")

0 commit comments

Comments
 (0)