Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Fix eval #931

Merged
merged 7 commits into from
Jun 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update develop mkdocs
  • Loading branch information
HydrogenSulfate committed Jun 19, 2024
commit 1d250f0f6284571bd1a13d04c7c5697cbbe02292
10 changes: 9 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,18 @@ plugins:
- mkdocstrings:
handlers:
python:
paths: [./ppsci]
setup_commands:
- import sys
- sys.path.append("../")
paths: [../ppsci]
selection:
new_path_syntax: true
- mkdocs-video
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
type: date
- mike

# Extensions
markdown_extensions:
Expand Down Expand Up @@ -235,3 +241,5 @@ extra:
- name: English
link: /en/
lang: en
version:
provider: mike