From 2e97602425852280b44396d008af40400fbcd069 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:21:45 -0700 Subject: [PATCH 1/2] fix docs --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c82d3f3d4a..a77123cb7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,8 @@ docs = [ "autodoc_pydantic>=2.0.1,<3", "jupytext", "jupyter-book>=0.15.1,<1.1", - "plotly" + "plotly", + "sphinx-book-theme==1.1.0" ] full = [ "gplugins[devsim,femwell,gmsh,meow,sax,schematic,tidy3d,vlsir]" From 8ccc07b3dcbc12c8d3b2b35c154c634f14453a07 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:37:29 -0700 Subject: [PATCH 2/2] pin sphinx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a77123cb7c..39f4a2180c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ docs = [ "jupytext", "jupyter-book>=0.15.1,<1.1", "plotly", - "sphinx-book-theme==1.1.0" + "Sphinx==7.2.6" ] full = [ "gplugins[devsim,femwell,gmsh,meow,sax,schematic,tidy3d,vlsir]"