From 83544396050bdf014e4a5d1c80ec356c0fccd7d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Fri, 13 Jun 2025 15:25:43 +0200 Subject: [PATCH] droping version spec on sphinx (#202) - Removing the version requirement on sphinx since the latest version works again - added numpy and matplotlib do the etc/dev-env.yml since they are needed to import aare --- etc/dev-env.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/dev-env.yml b/etc/dev-env.yml index 4e4d08f..2edfc46 100644 --- a/etc/dev-env.yml +++ b/etc/dev-env.yml @@ -5,10 +5,12 @@ dependencies: - anaconda-client - conda-build - doxygen - - sphinx=7.1.2 + - sphinx - breathe - sphinx_rtd_theme - furo - zeromq - pybind11 + - numpy + - matplotlib