Skip to content

Commit ffba00a

Browse files
committed
Fix mkdocstrings paths configuration
The `paths` key was in the wrong location. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent a30c1f4 commit ffba00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ plugins:
9999
default_handler: python
100100
handlers:
101101
python:
102+
paths: ["src"]
102103
options:
103-
paths: ["src"]
104104
docstring_section_style: spacy
105105
inherited_members: true
106106
merge_init_into_class: false

0 commit comments

Comments
 (0)