From 0a36a4000d97fc151549bed56a3f676c1dbc7406 Mon Sep 17 00:00:00 2001 From: Arjo Segers Date: Wed, 22 Jul 2026 11:47:54 +0200 Subject: [PATCH] Updated settings for User Guide generation. --- .gitlab-ci.yml | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c606ae..2b58dd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,6 @@ before_script: - pip install numba - pip install sphinx - pip install toml - - pip install . stages: - deploy-pages diff --git a/pyproject.toml b/pyproject.toml index e76f645..3c8df82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cso" -version = "2.17" +version = "2.18" authors = [ { name = "Arjo Segers" }, { name = "Lewis Blake" }, -- GitLab