diff --git a/pyproject.toml b/pyproject.toml index b9c10ed1de..1840a102ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,8 @@ doc = [ "ipyvtklink==0.2.3", "jupyter_sphinx==0.4.0", "jupytext==1.15.2", - "myst-parser==2.0.0", + "myst-parser==0.18", + "myst-nb==0.17.1", "nbconvert==7.9.2", "nbsphinx==0.9.3", "notebook==7.0.4", @@ -81,7 +82,7 @@ doc = [ "panel==1.2.3", "pyvista[trame]==0.41.1", "requests==2.31.0", - "sphinx==7.2.5", + "sphinx", "sphinx-autoapi==3.0.0", # "sphinx-autoapi @ git+https://github.com/jorgepiloto/sphinx-autoapi@feat/single-page-option", ---> Installed directly in workflow "sphinx-autodoc-typehints==1.24.0", "sphinx-copybutton==0.5.2",