Skip to content

gdmec07150651/dbus

 
 

Repository files navigation

sphinx生成静态html方法

安装 pip3 工具

sudo apt-get install python3-pip

安装python依赖库

sudo pip3 install -r requirement.txt

使用sphinx编译静态html

查阅Makefile了解sphinx相关配置

make html

使用chrome或其它浏览器打开build/html/index.html

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Makefile 0.5%