From efd9512b0cf3e0b35a1aff82c50d99acb2491d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20Brand=C3=A3o?= Date: Mon, 28 Oct 2024 12:52:25 +0000 Subject: [PATCH] ampl-sphinx-theme: add myst-nb as dependency --- themes/ampl_sphinx_theme/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/ampl_sphinx_theme/setup.py b/themes/ampl_sphinx_theme/setup.py index 135e2e3b..66e6b410 100644 --- a/themes/ampl_sphinx_theme/setup.py +++ b/themes/ampl_sphinx_theme/setup.py @@ -58,6 +58,7 @@ def ls_dir(base_dir): "sphinx==8.1.3", "sphinx-tabs==3.4.7", "myst_parser==4.0.0", + "myst-nb==1.1.2", "sphinx-reredirects==0.1.5", "sphinx_design==0.6.1", "sphinx-autobuild==2024.10.3",