From bbdfe27c3f40f584474236d35fbeb00175bce564 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 3 Aug 2021 13:28:17 +0200 Subject: [PATCH 01/12] Update Sphinx to include v4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b69fce7..1c4224fa 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires=[ "pyyaml", "docutils>=0.15", - "sphinx>=2,<4", + "sphinx>=3,<5", "click", "pydata-sphinx-theme~=0.6.0", "beautifulsoup4>=4.6.1,<5", From 6da8076afc6e003a1a9de62fb0fe54e8aea2c9f4 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 3 Aug 2021 14:36:19 +0200 Subject: [PATCH 02/12] Fix logo for upgrade --- sphinx_book_theme/_templates/sidebar-logo.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sphinx_book_theme/_templates/sidebar-logo.html b/sphinx_book_theme/_templates/sidebar-logo.html index a74a1f5a..a56680bc 100644 --- a/sphinx_book_theme/_templates/sidebar-logo.html +++ b/sphinx_book_theme/_templates/sidebar-logo.html @@ -1,7 +1,11 @@