From c78d9f848ebc7a0b1378a27f61e187fa14183318 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 1 Mar 2023 19:06:01 +0400 Subject: [PATCH] Update sphinx-book-theme (#1855) * Update sphinx-book-theme * Use 1.0.0rc1 * Add html_theme_options.logo.text * Use 1.0.0rc2 * Update sphinx-book-theme * Use release version --- docs/conf.py | 3 +++ docs/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e87e8314..87ed32bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,6 +44,9 @@ html_theme_options = { "use_issues_button": True, "use_repository_button": True, "use_download_button": True, + "logo": { + "text": html_title, + }, } extensions = ["myst_parser", "sphinx_copybutton"] diff --git a/docs/requirements.txt b/docs/requirements.txt index 0e10dd90..9bf5d31e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,5 +3,5 @@ docutils>=0.17.1 myst-parser>=0.18.0 sphinx>=4.5.0 -sphinx-book-theme>=0.3.3 +sphinx-book-theme==1.0.0 sphinx-copybutton>=0.5.0