fix: resolve mkdocstrings search path against repo root in lib builds

This commit is contained in:
2026-09-12 14:57:34 +05:30
parent 2ae96f58de
commit b86b5b0e85
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ plugins:
handlers:
python:
paths:
- .
- ..
options:
docstring_style: google
show_source: false