From 02f0804ea2c30d297e7d095e670e4c522fb480fd Mon Sep 17 00:00:00 2001 From: brentru Date: Wed, 14 Feb 2018 14:17:52 -0500 Subject: [PATCH 1/2] added rtd badge --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index b31b4eb..90c732d 100644 --- a/README.rst +++ b/README.rst @@ -3,9 +3,7 @@ Introduction ============ .. image:: https://readthedocs.org/projects/adafruit-circuitpython-ds2413/badge/?version=latest - :target: https://circuitpython.readthedocs.io/projects/ds2413/en/latest/ - :alt: Documentation Status .. image :: https://img.shields.io/discord/327254708534116352.svg From d81322dbea2689d7b3f324fbed1f2cb2aa99c8bf Mon Sep 17 00:00:00 2001 From: brentru Date: Fri, 23 Feb 2018 14:25:21 -0500 Subject: [PATCH 2/2] Fix autodoc --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 1c83f33..274e2bc 100644 --- a/conf.py +++ b/conf.py @@ -18,7 +18,7 @@ # Uncomment the below if you use native CircuitPython modules such as # digitalio, micropython and busio. List the modules you use. Without it, the # autodoc module docs will fail to generate with a warning. -# autodoc_mock_imports = ["digitalio", "busio"] +autodoc_mock_imports = ["adafruit_onewire", "micropython"] intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}