pytorch theme

This commit is contained in:
Xi Yan 2024-10-29 15:56:33 -07:00
parent 0f41118f31
commit b5d073bd6b

View file

@ -20,13 +20,15 @@ author = "Meta"
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = ["myst_parser", "sphinx_rtd_theme"]
import sphinx_pdj_theme
import pytorch_sphinx_theme
html_theme = "sphinx_pdj_theme"
html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
# html_theme = "sphinx_pdj_theme"
# html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
# html_theme = "sphinx_rtd_theme"
# html_theme = "pytorch_sphinx_theme"
html_theme = "pytorch_sphinx_theme"
html_theme_path = [pytorch_sphinx_theme.get_html_theme_path()]
# html_theme_path = ["../pytorch_sphinx_theme"]