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

@@ -3,7 +3,7 @@ plugins:
- mkdocstrings: - mkdocstrings:
handlers: handlers:
python: python:
paths: ["."] paths: [".."]
options: options:
docstring_style: google docstring_style: google
show_source: false show_source: false

View File

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