Skip to content

Commit

Permalink
Merge pull request adafruit#9466 from jepler/issue9465-91x
Browse files Browse the repository at this point in the history
Only use pyi files for autoapi doc generation
  • Loading branch information
tannewt authored Jul 26, 2024
2 parents 0b6b746 + a055842 commit 901dd22
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 @@ -110,6 +110,7 @@
autoapi_python_class_content = "both"
autoapi_python_use_implicit_namespaces = True
autoapi_root = "shared-bindings"
autoapi_file_patterns = ["*.pyi"]

# Suppress cache warnings to prevent "unpickable" [sic] warning
# about autoapi_prepare_jinja_env() from sphinx >= 7.3.0.
Expand Down

0 comments on commit 901dd22

Please sign in to comment.