Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_scripts/mkdocstrings_autoapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

from frequenz.repo.config.mkdocs import api_pages

api_pages.generate_python_api_pages("src", "reference")
api_pages.generate_python_api_pages("python", "reference")
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ plugins:
handlers:
python:
options:
paths: ["src"]
paths: ["python"]
docstring_section_style: spacy
inherited_members: true
merge_init_into_class: false
Expand All @@ -131,6 +131,6 @@ plugins:

# Preview controls
watch:
- "src"
- "python"
- README.md
- CONTRIBUTING.md