From 6ea706256de67c5480b300b0063729ae8f459c4c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 2 Jun 2018 21:37:15 -0700 Subject: Support --number-sections in RST output... via the "section-numbering" directive in standalone output. --- data/templates/default.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') diff --git a/data/templates/default.rst b/data/templates/default.rst index e9c0dc203..937eb72ae 100644 --- a/data/templates/default.rst +++ b/data/templates/default.rst @@ -30,6 +30,10 @@ $if(toc)$ :depth: $toc-depth$ .. +$endif$ +$if(number-sections)$ +.. section-numbering:: + $endif$ $for(header-includes)$ $header-includes$ -- cgit v1.2.3