私はスフィンクスが初めてです。チュートリアルを試してみましたが、コンテンツにリンクを生成できませんでした。私が得たエラー
C:\Users\mhaikalm\sphinxtest\source\index.rst:11: WARNING: toctree contains refe
rence to document 'intro' that doesn't have a title: no link will be generated
C:\Users\mhaikalm\sphinxtest\source\index.rst:11: WARNING: toctree contains refe
rence to document 'zuhdi' that doesn't have a title: no link will be generated
writing additional files... (0 module code pages) genindex search
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded, 3 warnings.
Build finished. The HTML pages are in build/html.
と同じディレクトリにとを作成zuhdi.rst
しました。ドキュメントにタイトルを付けるにはどうすればよいですか?intro.rst
index.rst
参考までに、私の index.rst には次の行が含まれています。
Contents:
.. toctree::
:maxdepth: 2
intro
zuhdi
リンクを toctree に配置するには、ドキュメントが存在している必要がありますか? intro.rst
andzuhdi.rst
は単なる空のファイルです。