Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ repos:
- id: trailing-whitespace
exclude: thirdparty/|docs/
- id: check-yaml
args: [--unsafe]
exclude: thirdparty/
- id: end-of-file-fixer
exclude: thirdparty/|docs/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<br>
<img src="doc/asset/image/logo.png"/>
<img src="docs/asset/image/logo.png"/>
<br>
<p>

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<br>
<img src="doc/asset/image/logo.png"/>
<img src="docs/asset/image/logo.png"/>
<br>
<p>

Expand Down
File renamed without changes
15 changes: 15 additions & 0 deletions docs/en/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

build:
os: "ubuntu-24.04"
tools:
python: "3"
# We recommend using a requirements file for reproducible builds.
# This is just a quick example to get started.
# https://docs.readthedocs.io/page/guides/reproducible-builds.html
jobs:
pre_install:
- pip install mkdocs-material mkdocstrings-python

mkdocs:
configuration: mkdocs.yml
Loading