mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
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:
@@ -44,6 +44,9 @@ html_theme_options = {
|
|||||||
"use_issues_button": True,
|
"use_issues_button": True,
|
||||||
"use_repository_button": True,
|
"use_repository_button": True,
|
||||||
"use_download_button": True,
|
"use_download_button": True,
|
||||||
|
"logo": {
|
||||||
|
"text": html_title,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
extensions = ["myst_parser", "sphinx_copybutton"]
|
extensions = ["myst_parser", "sphinx_copybutton"]
|
||||||
|
@@ -3,5 +3,5 @@
|
|||||||
docutils>=0.17.1
|
docutils>=0.17.1
|
||||||
myst-parser>=0.18.0
|
myst-parser>=0.18.0
|
||||||
sphinx>=4.5.0
|
sphinx>=4.5.0
|
||||||
sphinx-book-theme>=0.3.3
|
sphinx-book-theme==1.0.0
|
||||||
sphinx-copybutton>=0.5.0
|
sphinx-copybutton>=0.5.0
|
||||||
|
Reference in New Issue
Block a user