fix: resolve mkdocstrings search path against repo root in lib builds
This commit is contained in:
@@ -3,7 +3,7 @@ plugins:
|
||||
- mkdocstrings:
|
||||
handlers:
|
||||
python:
|
||||
paths: ["."]
|
||||
paths: [".."]
|
||||
options:
|
||||
docstring_style: google
|
||||
show_source: false
|
||||
|
||||
Reference in New Issue
Block a user