Skip to content

Commit f4de6f5

Browse files
committed
Update source path from src to python in mkdocs config
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent d463ca3 commit f4de6f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_scripts/mkdocstrings_autoapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
from frequenz.repo.config.mkdocs import api_pages
77

8-
api_pages.generate_python_api_pages("src", "reference")
8+
api_pages.generate_python_api_pages("python", "reference")

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ plugins:
104104
handlers:
105105
python:
106106
options:
107-
paths: ["src"]
107+
paths: ["python"]
108108
docstring_section_style: spacy
109109
inherited_members: true
110110
merge_init_into_class: false
@@ -131,6 +131,6 @@ plugins:
131131

132132
# Preview controls
133133
watch:
134-
- "src"
134+
- "python"
135135
- README.md
136136
- CONTRIBUTING.md

0 commit comments

Comments
 (0)