This commit is contained in:
Xi Yan 2024-10-29 15:42:15 -07:00
parent 6150377db8
commit 335d035a93
2 changed files with 7 additions and 1 deletions

View file

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

View file

@ -19,7 +19,11 @@ author = "Meta"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = ["myst_parser"]
extensions = ["myst_parser", "sphinx_rtd_theme"]
html_theme = "sphinx_rtd_theme"
html_theme = "pytorch_sphinx_theme"
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]