From 6b49f33377096b720629f89b5848b415d69e891f Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 26 Mar 2022 13:19:21 +0000 Subject: [PATCH] Switch to release version of sphinx-book-theme --- requirements-docs.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index c816c95d..5698e44c 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -3,6 +3,5 @@ docutils>=0.17 myst-parser>=0.16.1 sphinx>=4.4.0 -# TODO(asalikhov): switch to stable release, when it is available -sphinx-book-theme==0.3.0rc2 +sphinx-book-theme>=0.3.0 sphinx-copybutton>=0.5.0