Skip to content

Commit 62afee8

Browse files
committed
Fix mkdocstrings path config
This configuration was at the wrong level. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 656386f commit 62afee8

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
@@ -101,8 +101,8 @@ plugins:
101101
default_handler: python
102102
handlers:
103103
python:
104+
paths: ["src"]
104105
options:
105-
paths: ["src"]
106106
docstring_section_style: spacy
107107
inherited_members: true
108108
merge_init_into_class: false

0 commit comments

Comments
 (0)