commit
9f8f71579f
@ -10,6 +10,10 @@ Introduction
|
|||||||
:target: https://discord.gg/nBQh6qu
|
:target: https://discord.gg/nBQh6qu
|
||||||
:alt: Discord
|
:alt: Discord
|
||||||
|
|
||||||
|
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_MAX31865.svg?branch=master
|
||||||
|
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_MAX31865
|
||||||
|
:alt: Build Status
|
||||||
|
|
||||||
CircuitPython module for the MAX31865 thermocouple amplifier.
|
CircuitPython module for the MAX31865 thermocouple amplifier.
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
|
@ -21,7 +21,7 @@ extensions = [
|
|||||||
# autodoc module docs will fail to generate with a warning.
|
# autodoc module docs will fail to generate with a warning.
|
||||||
autodoc_mock_imports = ["micropython", "adafruit_bus_device"]
|
autodoc_mock_imports = ["micropython", "adafruit_bus_device"]
|
||||||
|
|
||||||
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)}
|
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)}
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
Loading…
Reference in New Issue
Block a user