sphynx を使用して、静的な .rst ファイルからドキュメントを生成します (ドキュメント文字列の抽出はありません)。
リポジトリに 2 つのファイルがあります。
index.rst
.. toctree::
intro
とintro.rst
Will be skipped
===============
Where is my parent section?
---------------------------
Second section
==============
以下は、実行して取得した pdf のスクリーンショットですsphinx-build -b latex . _build; cd _build; pdflatex *
。
フラバガスティングか何か?