Skip to content

Commit 7a7f5e2

Browse files
Update sphinx-book-theme requirement from <1.1,>=1.0.0 to >=1.0.0,<1.2
Updates the requirements on [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme) to permit the latest version. - [Release notes](https://github.com/executablebooks/sphinx-book-theme/releases) - [Changelog](https://github.com/executablebooks/sphinx-book-theme/blob/master/CHANGELOG.md) - [Commits](executablebooks/sphinx-book-theme@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: sphinx-book-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e961cb7 commit 7a7f5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
[project.optional-dependencies]
4747
docs = [
4848
"sphinx>=5.3.0,<7.2",
49-
"sphinx-book-theme>=1.0.0,<1.1",
49+
"sphinx-book-theme>=1.0.0,<1.2",
5050
"sphinxcontrib-bibtex>=2.5.0,<2.7",
5151
"myst-parser>=0.18.0,<2.1",
5252
"myst-nb>=0.17.0,<0.18",

0 commit comments

Comments
 (0)