From: Petr Jelinek Date: Mon, 23 Mar 2015 00:16:09 +0000 (+0100) Subject: bdr: doc: Always generate TOC even if section only has single entry. X-Git-Tag: bdr-plugin/0.9.0~30 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpguslink%28?a=commitdiff_plain;h=954ef8bd2cca82a1616b83ca427eb83c10d975aa;p=2ndquadrant_bdr.git bdr: doc: Always generate TOC even if section only has single entry. --- diff --git a/doc/stylesheet.dsl b/doc/stylesheet.dsl index 0121e1e59e..c9a764e293 100644 --- a/doc/stylesheet.dsl +++ b/doc/stylesheet.dsl @@ -42,6 +42,9 @@ ;; Show comments during the development stage. (define %show-comments% draft-mode) +;; Force a chapter TOC even if it includes only a single entry +(define %force-chapter-toc% #t) + ;; Don't append period if run-in title ends with any of these ;; characters. We had to add the colon here. This is fixed in ;; stylesheets version 1.71, so it can be removed sometime.