From dad4c9253c3236d8ed579e601d6c74758d466f14 Mon Sep 17 00:00:00 2001 From: Theo Weihprachtitzky Date: Mon, 19 Aug 2024 21:44:57 -0400 Subject: [PATCH] Update sphinx-rtd-theme --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8aa8cde2c..19047e4e29 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "sentencepiece>=0.1.91,!=0.1.92", "sphinx-copybutton==0.5.2", "sphinx-markdown-tables==0.0.17", - "sphinx-rtd-theme==0.4.3", # sphinx-rtd-theme==0.5.0 introduced big changes in the style. + "sphinx-rtd-theme==2.0.0", "sphinx==5.0.2", "sphinxext-opengraph==0.4.1", "sphinx-intl==2.1.0",