私はSphinxで非常に基本的なセットアップをしています。TOC は次のとおりです。
.. toctree::
:maxdepth: 3
one
two
ファイル 1 と 2 は次のようになります。
1つ目
####
Part
####
*******
Chapter
*******
Section
=======
2 つ目:
***************
Another Chapter
***************
Another Section
===============
両方のファイルのフォーマットは同じで、最終的に次の構造にしたいと思います
Part
|- Chapter
|- Section
|- Another Chapter
|- Another Section
しかし、スフィンクスは私に与えます
Part
|- Chapter
|- Section
Another Chapter
|- Another Section
ファイルを分割する理由は、ファイルがかなり大きく、簡単に編集できるように小さくしたいからです。同じ見出しスタイル (同じ上線/下線文字) を別のファイルで取得するにはどうすればよいですか?