我正在尝试使用 sphinx 为我的项目的 python 部分生成文档。我想在 gitlab-ci 文件中执行此操作,但目前我什至无法使其在本地工作。
项目结构:
dev/
src/
other-src/
python-api/
src/
conf.py
index.rst
mymodule/
submodule1/
some python files
submodule2/
some python files
submodule3/
some python files
some python files
doc/
source/
build/
public/
我想为 dev/src/python/src/mymodule 中的所有 python 文件生成文档。然而,我所有的尝试都会导致一个空文档,我想我误解了一些东西。
我尝试遵循官方快速入门:https://www.sphinx-doc.org/en/master/usage/quickstart.html
缥缈止盈
相关分类