You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mkdocstrings-python v2 migration added in v0.14.0 moved the
`paths` setting out of `handlers.python.options` assuming `src`, but api
repositories use `py`, so they were not fixed automatically.
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,4 +34,4 @@ But you might still need to adapt your code:
34
34
35
35
### Cookiecutter template
36
36
37
-
<!-- Here bug fixes for cookiecutter specifically -->
37
+
- Added a migration step for api repositories to fix `mkdocs.yml` when the previous `mkdocstrings-python` v2 migration moved only `paths: ["src"]` under `handlers.python.options` but not `paths: ["py"]`.
0 commit comments