执行 django sphinx 时出错

Vij*_*pal 3 django python-sphinx

我已经为我的项目安装了 django sphinx。成功安装和 sphinx 快速启动操作后,我尝试使用命令“make html”在“build”文件夹中创建 html,它给了我错误“make: * No rule to make target `html'。停止。”。任何帮助..提前致谢。

FvD*_*FvD 7

对于 sphinx-doc(我从未使用过 django-sphinx),它永远无法make html在构建文件夹中运行。您需要向上一级文件夹,以便文件夹 build 和 source 可见。您很可能也会在Makefile此处看到该文件。

尝试更改目录并make html再次运行。