From adc12313fa62052ba39e9868f77250d9b6539edd Mon Sep 17 00:00:00 2001 From: Arjo Segers Date: Fri, 25 Apr 2025 14:29:15 +0200 Subject: [PATCH] Pip install this package before generating documentation to ensure that version number is defined. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b97fc36..4a3b4dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ before_script: - pip install numba - pip install sphinx - pip install toml + - pip install . stages: - deploy-pages -- GitLab