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
This commit is contained in:
Ayaz Salikhov
2023-03-01 19:06:01 +04:00
committed by GitHub
parent 86d42cadf4
commit c78d9f848e
2 changed files with 4 additions and 1 deletions

View File

@@ -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"]

View File

@@ -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