# Theme {doc}`/builder/html/index` の見た目のカスタマイズ。 - rtd の `toplevelのtoctree + 現在地` が使い易い | theme | | navigation | | ----------------- | ------- | ---------------------------------- | | alabaster | default | toplevelのtoctree 固定 | | basic系 | builtin | prev, next, table of contents, 現在地 | | rtd | | toplevelのtoctree + 現在地, prev, next | | sphinx_book_theme | | toplevelのtoctree + 現在地, prev, next | - [Sphinxを使用しているプロジェクト](https://www.sphinx-doc.org/ja/master/examples.html) - - - - [alabaster](https://github.com/bitprophet/alabaster) も含めて `builtin` のテーマはすべて basic テーマを継承している。 ```{toctree} :maxdepth: 1 basic ``` ## その他のテーマ ```{toctree} furo ``` - - - - - ## テーマのカスタマイズ ```{toctree} customize create ```