テーマを変える#

Read the Docs Sphinx Theme#

(env) $ pip install sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"

Furo#

(env) $ pip install furo
html_theme = "furo"