diff --git a/docs/conf.py b/docs/conf.py index 1b8d41b..4263ea4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -162,6 +162,7 @@ "--backgroundColor", "transparent", ] +mermaid_d3_zoom = True # MyST Parser myst_enable_extensions = [ diff --git a/requirements/documentation.txt b/requirements/documentation.txt index ac5d66d..f792ae3 100644 --- a/requirements/documentation.txt +++ b/requirements/documentation.txt @@ -2,9 +2,10 @@ # ------------- furo==2024.* -myst-parser[linkify]>=2,<2.1 -sphinx-argparse-cli>=1,<2 -sphinx-autobuild==2021.3.14 +matplotlib>=3.8.2,<4 +myst-parser[linkify]>=2 +sphinx-argparse-cli>=1 +sphinx-autobuild>=2024 sphinx-autodoc-typehints<2 sphinx-copybutton<1 sphinxcontrib-mermaid<1