From 445d854af19249abbcc4d7567646fc59f9fa9c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 22 Dec 2023 18:00:07 +0100 Subject: [PATCH] feat: THEME can be a relative path --- CHANGES.rst | 4 ++++ canaille/app/themes.py | 2 +- canaille/config.sample.toml | 2 +- demo/conf-docker/canaille-ldap.toml | 2 +- demo/conf-docker/canaille-memory.toml | 2 +- demo/conf-docker/canaille-sql.toml | 2 +- demo/conf/canaille-ldap.toml | 2 +- demo/conf/canaille-memory.toml | 2 +- demo/conf/canaille-sql.toml | 2 +- doc/configuration.rst | 2 +- 10 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 44b12bbd..2b98f021 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,10 @@ and this project adheres to `Semantic Versioning