From bbb5fa66a7fe53c492e4cc2e616c4ada38712542 Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Tue, 28 Oct 2025 00:36:53 +0100 Subject: doc: Refactor the build system for complete build dir docs By structuring things differently, it becomes possible to have a complete build of the docs in the build dir, without having to install anything. Signed-off-by: Sebastian Wick --- doc/publican/html/css/default.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/publican/html/css/default.css (limited to 'doc/publican/html/css/default.css') diff --git a/doc/publican/html/css/default.css b/doc/publican/html/css/default.css new file mode 100644 index 0000000..bf38ebb --- /dev/null +++ b/doc/publican/html/css/default.css @@ -0,0 +1,3 @@ +@import url("common.css"); +@import url("overrides.css"); +@import url("lang.css"); -- cgit v1.2.3-70-g09d2