From e02fe550b04745f4ba450dcb5f1e4835617f0f10 Mon Sep 17 00:00:00 2001 From: jurra Date: Wed, 27 Sep 2023 12:22:38 +0200 Subject: [PATCH] added missing dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index afd01f4..47dbb1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,7 @@ dev = [ docs = [ "sphinx", 'myst-parser', + "sphinx_rtd_theme", ] [tool.pytest.ini_options]