document isn't included in any toctreeという警告が出る¶
どこからも参照されていないrstファイルがあると、sphinxは
checking consistency... inclusion-txt.rst:: WARNING: document isn't included in any toctree
という警告を出します。
これを解決するには、ファイルの先頭に orphan
を書きます。
:orphan:
Python製ドキュメンテーションビルダー、Sphinxの日本ユーザ会
どこからも参照されていないrstファイルがあると、sphinxは
checking consistency... inclusion-txt.rst:: WARNING: document isn't included in any toctree
という警告を出します。
これを解決するには、ファイルの先頭に orphan
を書きます。
:orphan: