Skip to content

Commit

Permalink
Merge pull request #2 from kattni/initial
Browse files Browse the repository at this point in the history
Sphinx.
  • Loading branch information
ladyada authored May 28, 2020
2 parents da2af7a + 7b1690f commit d18d4d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To install in a virtual environment in your current project:
Usage Example
=============

.. todo:: Add a quick, simple example. It and other examples should live in the examples folder and be included in docs/examples.rst.
For example usage, see examples/pm25_simpletest.py

Contributing
============
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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_bus_device", "digitalio"]


intersphinx_mapping = {
Expand Down

0 comments on commit d18d4d2

Please sign in to comment.