如何为Sphinx文档设置BASE URL?

时间:2018-09-06 18:38:42

标签: flask documentation python-sphinx

我已经使用sphinx为我的项目创建了文档。我的文档的当前端点是/。我的问题是,如何使我的文档遵循docs/<filename>模式?

EX. <app.url>/docs/index.html

在我的project的{​​{1}}中,我有:

config.py

1 个答案:

答案 0 :(得分:0)

您应该致电sphinx-build -b html sourcedir builddir。参见Sphinx文档,第First Steps with Sphinx