Skip to content

Commit 6383fde

Browse files
committed
docs: Use paths option instead of setup commands
1 parent 5a28b12 commit 6383fde

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mkdocs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,11 @@ plugins:
7373
- mkdocstrings:
7474
handlers:
7575
python:
76+
paths: [src, docs]
7677
import:
7778
- https://mkdocstrings.github.io/objects.inv
78-
setup_commands:
79-
- import sys
80-
- sys.path.append("docs")
8179
watch:
82-
- src/mkdocstrings
80+
- src/mkdocstrings_handlers
8381

8482
extra:
8583
social:

0 commit comments

Comments
 (0)