Skip to content

Commit eae737d

Browse files
committed
fix docs
1 parent 6fa0f9f commit eae737d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/api.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

2-
.. If you created a package, create one automodule per module in the package.
3-
4-
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
5-
.. use this format as the module name: "adafruit_foo.foo"
2+
API Reference
3+
#############
64

75
.. automodule:: adafruit_bitmapsaver
86
:members:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Uncomment the below if you use native CircuitPython modules such as
2828
# digitalio, micropython and busio. List the modules you use. Without it, the
2929
# autodoc module docs will fail to generate with a warning.
30-
autodoc_mock_imports = ["displayio", "digitalio", "busio", "board"]
30+
autodoc_mock_imports = ["busdisplay", "displayio", "digitalio", "busio", "board", "framebufferio"]
3131

3232

3333
intersphinx_mapping = {

0 commit comments

Comments
 (0)