From efb8880f58989bfd969764d858c027b8bb211d38 Mon Sep 17 00:00:00 2001 From: Timotej Bernat Date: Tue, 17 Dec 2024 21:14:54 -0700 Subject: [PATCH] Added Sphinx theme to dependencies to nudge along docs build --- devtools/conda-envs/release-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devtools/conda-envs/release-build.yml b/devtools/conda-envs/release-build.yml index f50b3da..d53a646 100644 --- a/devtools/conda-envs/release-build.yml +++ b/devtools/conda-envs/release-build.yml @@ -8,11 +8,14 @@ dependencies: - pip - jupyterlab - # Testing and docs + # Testing - pytest - pytest-cov - codecov + + # Docs - sphinx + - sphinx_rtd_theme # Numerical libraries - numpy