From f03850d0cd797b90e7c4bada1ee34259b9e4c263 Mon Sep 17 00:00:00 2001 From: Mathias157 Date: Mon, 16 Sep 2024 18:13:26 +0200 Subject: [PATCH] Add stdlib_list, because it was lacking in the github action --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 1abb1a6..80e0d96 100644 --- a/environment.yml +++ b/environment.yml @@ -5,5 +5,6 @@ dependencies: - python=3.9 - myst-parser - sphinx + - stdlib_list - sphinx-rtd-theme - sphinx-autoapi \ No newline at end of file