From 265d2b9a2c336fd65d13a00aee761034e69dd32e Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 15:58:43 +0100 Subject: [PATCH] Cleaned up project name for cleaner layouts --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 810881e..5118a35 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,7 +5,7 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = "read_aconity_layers" +project = "RAL" copyright = "2024, Cian Hughes" author = "Cian Hughes" release = "0.4.3"