Skip to content

Commit a9b4736

Browse files
committed
Sphinx config fixes.
1 parent 1da2c54 commit a9b4736

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

adafruit_si5351.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`Adafruit_SI5351`
23+
`adafruit_si5351`
2424
====================================================
2525
2626
CircuitPython module to control the SI5351 clock generator. See
2727
examples/simpletest.py for a demo of the usage. This is based on the Arduino
28-
library at:
29-
https://github.com/adafruit/Adafruit_Si5351_Library/
28+
library at: https://github.com/adafruit/Adafruit_Si5351_Library/
3029
3130
* Author(s): Tony DiCola
3231
"""

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Uncomment the below if you use native CircuitPython modules such as
1919
# digitalio, micropython and busio. List the modules you use. Without it, the
2020
# autodoc module docs will fail to generate with a warning.
21-
# autodoc_mock_imports = ["digitalio", "busio"]
21+
autodoc_mock_imports = ["digitalio", "busio", "ustruct", "micropython", "adafruit_bus_device", "adafruit_bus_device.i2c_device"]
2222

2323
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)}
2424

@@ -28,7 +28,7 @@
2828
source_suffix = '.rst'
2929

3030
# The master toctree document.
31-
master_doc = 'README'
31+
master_doc = 'index'
3232

3333
# General information about the project.
3434
project = u'Adafruit SI5351 Library'

0 commit comments

Comments
 (0)