Skip to content

Commit

Permalink
ignore __pycache__ folder from mkdocs-autoapi generation
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Nov 21, 2024
1 parent 242025d commit c5744dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ theme:
plugins:
- search
- include-markdown
- mkdocs-autoapi
- mkdocs-autoapi:
autoapi_ignore:
- "**/__pycache__"
- mkdocstrings:
handlers:
python:
Expand Down

0 comments on commit c5744dc

Please sign in to comment.