From f8911d9d53caa97ce0cffca258f3f7d9cecbf255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20S=2E=20Dokken?= Date: Tue, 28 May 2024 08:38:06 +0200 Subject: [PATCH] ADd jupytext to docs deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 506db4c..1747143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = ["fenics-dolfinx>=0.8.0"] [project.optional-dependencies] test = ["pytest", "coverage", "ipyparallel"] dev = ["pdbpp", "ipython", "mypy", "ruff"] -docs = ["jupyter-book", "ipyparallel", "ipywidgets"] +docs = ["jupyter-book", "ipyparallel", "ipywidgets", "jupytext"] all = ["adios4dolfinx[test,dev,docs]"] [tool.pytest.ini_options]