From 7c244c7052d07645f63b12789bcb67107f961743 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Sat, 8 Jul 2023 23:49:33 +0200 Subject: [PATCH] Add wip announcement --- source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 01142ff..b710aae 100644 --- a/source/conf.py +++ b/source/conf.py @@ -28,4 +28,8 @@ html_static_path = ['_static'] # Translation stuff locale_dirs = ['locale/'] # path is example but recommended. -gettext_compact = False # optional. \ No newline at end of file +gettext_compact = False # optional. + +html_theme_options = { + "announcement": "Diese Dokumentation befindet sich noch im Aufbau und wird nach für nach vervollständigt.", +} \ No newline at end of file