Skip to content

Commit 4e12730

Browse files
committed
fix(docs): use correct paths argument for mkdocstrings python handler
1 parent 573da59 commit 4e12730

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ plugins:
3232
- mkdocstrings:
3333
handlers:
3434
python:
35-
import:
36-
- sys.path.append(".")
35+
paths:
36+
- "."
3737

3838
nav:
3939
- Home: index.md

0 commit comments

Comments
 (0)