From 9afdc59578fad3177057ee44a02be9e3aec1db43 Mon Sep 17 00:00:00 2001 From: Arjo Segers Date: Fri, 25 Apr 2025 13:49:44 +0200 Subject: [PATCH] Added toml dependency to documenation generation instructions. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f0f2e6..b97fc36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ image: python:3.11 before_script: - pip install numba - pip install sphinx + - pip install toml stages: - deploy-pages -- GitLab