update: readme文档

This commit is contained in:
fslongjin
2022-09-08 15:24:48 +08:00
parent 7d44599447
commit 55e63fcb63
7 changed files with 207 additions and 140 deletions

View File

@ -58,4 +58,8 @@ html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']
myst_enable_extensions = [
"tasklist",
]