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