Skip to content

Commit 2893dd0

Browse files
committed
Fix incorrect source path for mkdocs
1 parent 17750dd commit 2893dd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins:
3333
- mkdocstrings:
3434
handlers:
3535
python:
36-
paths: [steam]
36+
paths: [src/steam]
3737
options:
3838
show_root_heading: true
3939

0 commit comments

Comments
 (0)