如何为sphinx文档设置BASE URL?

问题描述 投票:0回答:1

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

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

在我的projectconfig.py我有:

DOCS_DIRECTORY = '/docs/'
flask documentation python-sphinx
1个回答
0
投票

你应该打电话给sphinx-build -b html sourcedir builddir。请参阅Sphinx文档,页面First Steps with Sphinx

© www.soinside.com 2019 - 2024. All rights reserved.