Windows10环境下使用sphinx生成Html

一般的执行过程

git clone https://github.com/LyleMi/Learn-Binary-Hacking.git
cd Learn-Binary-Hacking
pip install sphinx sphinx-rtd-theme
make html

测试了下,make html 执行报错

部署环境

参考页面:
部署环境

  • 安装sphinx

    • 使用pip安装sphinx,未安装pip的请安装pip

      pip install -U sphinx,

    • 安装完成后,使用下命令检查是否安装成功过是否安装成功!

      sphinx-build —version

**命令替换: make html 也可以用

sphinx-build -b html sourcedir builddir 进行代替

注意,要将sourcedir替换为source,即包含有conf.py和index.rst的目录**

原文链接: Windows10环境下使用sphinx生成Html 版权所有,转载时请注明出处,违者必究。
注明出处格式:流沙团 ( https://gyarmy.com/post-709.html )

发表评论

0则评论给“Windows10环境下使用sphinx生成Html”