This commit is contained in:
Xi Yan 2024-10-29 15:46:36 -07:00
parent 7f6a39c312
commit b7f6ea4b58
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
sphinx
myst-parser
linkify
sphinx==5.0.0
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
sphinx-rtd-theme>=1.0.0

View file

@ -22,8 +22,8 @@ author = "Meta"
extensions = ["myst_parser", "sphinx_rtd_theme"]
html_theme = "sphinx_rtd_theme"
html_theme = "pytorch_sphinx_theme"
html_theme_path = ["../pytorch_sphinx_theme"]
# html_theme = "pytorch_sphinx_theme"
# html_theme_path = ["../pytorch_sphinx_theme"]
templates_path = ["_templates"]