我正在尝试遵循有关如何为项目设置 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)