From d1fb2f60b83a6f9451461fa52b0eaaa611004ca4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 15 Aug 2013 20:58:10 +1000 Subject: [PATCH] publican: only split chapters and top-level sections onto separate pages When generating HTML, don't split once we're into subjections. This generates a single page for each protocol interface instead of the previous separate pages for requests, events and enums. No effect on the rest of the HTML configuration. --- doc/publican/publican.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/publican/publican.cfg b/doc/publican/publican.cfg index d9505847..0bc8a7e6 100644 --- a/doc/publican/publican.cfg +++ b/doc/publican/publican.cfg @@ -6,3 +6,4 @@ type: Book brand: common tmp_dir: Wayland toc_section_depth: 1 +chunk_section_depth: 1