小编Gui*_*eis的帖子

使 HTML 不适用于 Windows 10 中的 Sphinx 文档

我正在尝试遵循有关如何为项目设置 sphinx 和 Readthedocs 的教程。我当时在实习时使用过 Sphinx,在 ubuntu 上,设置非常无缝。我刚刚sphinx-quickstart在我的 anaconda power shell 上启动了 。当我尝试运行时make html出现以下错误:

(base) PS D:\code\RaspberryServer\docs> make html
make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ make html
+ ~~~~
    + CategoryInfo          : ObjectNotFound: (make:String) [], …
Run Code Online (Sandbox Code Playgroud)

windows makefile python-sphinx anaconda

6
推荐指数
1
解决办法
8617
查看次数

标签 统计

anaconda ×1

makefile ×1

python-sphinx ×1

windows ×1