Skip to content

Commit

Permalink
Update sphinx-book-theme (jupyter#1855)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mathbunnyru authored and kentwait committed Aug 3, 2023
1 parent b630fee commit 81a19b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"use_issues_button": True,
"use_repository_button": True,
"use_download_button": True,
"logo": {
"text": html_title,
},
}

extensions = ["myst_parser", "sphinx_copybutton"]
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 81a19b6

Please sign in to comment.