Skip to content

Commit 288a2fc

Browse files
update mkdocs.yml
1 parent c0fa451 commit 288a2fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,12 @@ plugins:
181181
- mkdocstrings:
182182
handlers:
183183
python:
184-
paths: [./ppsci]
184+
setup_commands:
185+
- import sys
186+
- sys.path.append("../")
187+
paths: [../ppsci]
188+
selection:
189+
new_path_syntax: true
185190
- mkdocs-video
186191
- git-revision-date-localized:
187192
enable_creation_date: true

0 commit comments

Comments
 (0)