Skip to content

Commit

Permalink
Merge pull request #9431 from jepler/board-doc-build
Browse files Browse the repository at this point in the history
exclude circuitpython-stubs when building docs
  • Loading branch information
tannewt authored Jul 16, 2024
2 parents dfbbbad + 0ed2b98 commit 2f62612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def autoapi_prepare_jinja_env(jinja_env):
".venv",
".direnv",
".devcontainer/Readme.md",
"circuitpython-stubs",
"data",
"docs/autoapi",
"docs/README.md",
Expand Down

0 comments on commit 2f62612

Please sign in to comment.