From c0cfad7a00ff34dec5bb642a84e0accc97e4c9d3 Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Mon, 27 Nov 2023 21:34:41 -0900 Subject: [PATCH] Fix documentation rendering due to Pydata theme update (#451) * Fix rendering of sphinx-book-theme * Force pydata sphinx theme to fix doc --- dev-environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-environment.yml b/dev-environment.yml index eaf0a6f4..efd5f60a 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -35,7 +35,8 @@ dependencies: # Doc dependencies - sphinx - - sphinx-book-theme + - pydata-sphinx-theme==0.13.3 + - sphinx-book-theme>=1.0 - sphinxcontrib-programoutput - sphinx-design - sphinx-autodoc-typehints