From 377ea2549a1f5ea85be116503499f89b92c13455 Mon Sep 17 00:00:00 2001 From: German Aragon Date: Tue, 4 Jun 2024 09:40:42 +0200 Subject: [PATCH] Update pyproject.toml install sphinx-math-dollar --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 229a99a..61c4418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,8 @@ dependencies = [ "sphinx", "myst-nb", "sphinx-autoapi", - "sphinx_rtd_theme" + "sphinx_rtd_theme", + "sphinx-math-dollar" ] [project.urls]