This website requires JavaScript.
Explore
Help
Register
Sign In
sairate
/
doc
Watch
1
Star
0
Fork
You've already forked doc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4bbcc1810b
doc
/
notebook
/
start.py
6 lines
94 B
Python
Raw
Blame
History
import
os
import
subprocess
# 运行 mkdocs serve 命令
subprocess
.
run
(
[
'
mkdocs
'
,
'
serve
'
]
)
Reference in New Issue
View Git Blame
Copy Permalink