Skip to content

Commit

Permalink
fix typo in autoapi ignore for tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingreenman authored May 22, 2024
1 parent 4ccfac5 commit bace14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# -- AutoAPI configuration ---------------------------------------------------
nbsphinx_allow_errors = True
autoapi_dirs = ["../.."]
autoapi_ignore = ["*/test/*", "*/cli/*"]
autoapi_ignore = ["*/tests/*", "*/cli/*"]
autoapi_file_patterns = ["*.py"]
autoapi_options = [
"members",
Expand Down

0 comments on commit bace14e

Please sign in to comment.