From 2783231215941e49f6b184ead0999d5aacad0372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 19:35:58 +0000 Subject: [PATCH] build(deps): Update sphinx-book-theme requirement from ~=0.1 to ~=0.3 Updates the requirements on [sphinx-book-theme]() to permit the latest version. --- updated-dependencies: - dependency-name: sphinx-book-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3020b94..63f68e6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx-book-theme~=0.1 +sphinx-book-theme~=0.3 numpydoc~=1.1 sphinx-copybutton~=0.4 sphinxcontrib-bibtex~=2.4