From b7f6ea4b589dd7c0b05b9bed67416686e193df61 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 15:46:36 -0700 Subject: [PATCH] theme --- docs/requirements.txt | 2 +- docs/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"]