Skip to content

tianbot/hcx_documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hcx_documentation

usage

python -m venv .shpinx --copies  # 创建虚拟环境
source .shpinx/bin/activate      # 激活虚拟环境
pip install sphinx-rtd-theme     # 安装 sphinx read the docs主题
sphinx-build -M html ./source/ ./build/  # 生成html
make html

reference