Skip to content

Commit e25b56c

Browse files
committed
fix(docs): correct mkdocstrings handler configuration
1 parent a813e51 commit e25b56c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ plugins:
3232
- mkdocstrings:
3333
handlers:
3434
python:
35-
setup_commands:
36-
- import sys
35+
import:
3736
- sys.path.append(".")
3837

3938
nav:

0 commit comments

Comments
 (0)