diff --git a/docs/requirements.txt b/docs/requirements.txt index 7b9ff3ada..94b3dfede 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index 3b4b00f1c..bcf3adc9f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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"]