【发布时间】:2015-01-15 14:04:59
【问题描述】:
我使用 sphynx 从静态 .rst 文件生成文档(不提取文档字符串)。
我的存储库中有两个文件:
index.rst
.. toctree::
intro
和intro.rst
Will be skipped
===============
Where is my parent section?
---------------------------
Second section
==============
下面是运行sphinx-build -b latex . _build; cd _build; pdflatex *得到的pdf截图:
大吃一惊还是什么?
【问题讨论】:
标签: python latex python-sphinx pdflatex toctree