From 26f07bf5e046ac8580eb5a36396b8f4670d7356d Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Sun, 18 Jun 2023 01:26:36 +0200 Subject: [PATCH] [Temp] Use forks to satisfy dependencies There is a dependency hell in the testing environment. For now just see if anything fails on sphinx 7 Signed-off-by: Cristian Le --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f5cce3d6..3687a369b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,8 +38,8 @@ docs = [ "Sphinx >= 7.0", "sphinxcontrib-bibtex >= 2.5", "sphinx-togglebutton", - "sphinx-design", - "sphinx-book-theme", + "sphinx-design @ git+https://github.com/LecrisUT/sphinx-design@sphinx-7", + "sphinx-book-theme @ git+https://github.com/LecrisUT/sphinx-book-theme@sphinx-7", "myst-parser >= 2.0", "linkify-it-py", "jinja2",