From 68ea206456ba7357c258e5aa0d5f6941bac81c2c Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 12 Dec 2018 02:48:59 +0200 Subject: Documentation: Add custom theme The theme replicates the look and feel of the libcamera.org website. Signed-off-by: Laurent Pinchart Acked-by: Kieran Bingham --- Documentation/theme/theme.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Documentation/theme/theme.conf (limited to 'Documentation/theme/theme.conf') diff --git a/Documentation/theme/theme.conf b/Documentation/theme/theme.conf new file mode 100644 index 00000000..ba25a192 --- /dev/null +++ b/Documentation/theme/theme.conf @@ -0,0 +1,5 @@ +[theme] +inherit = basic +stylesheet = css/theme.css + +[options] -- cgit v1.2.1