Skip to content

Commit 0ed2b98

Browse files
committed
exclude circuitpython-stubs when building docs
Since 798e38e an empty `board/__init__.py` is created inside the stubs directory and sphinx uses this in lieu of the autodoc generated file from shared-bindings. We don't intend to build docs from files in these paths, so just prune them.
1 parent cbd5131 commit 0ed2b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def autoapi_prepare_jinja_env(jinja_env):
180180
".venv",
181181
".direnv",
182182
".devcontainer/Readme.md",
183+
"circuitpython-stubs",
183184
"data",
184185
"docs/autoapi",
185186
"docs/README.md",

0 commit comments

Comments
 (0)