From 81f0b9f657e4a6ee52ace21c59c9115760e84b0a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 16 Apr 2012 11:54:35 +0200 Subject: build.py: usa H2 per il primo livello di header in html --- build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index 6fed879..ec80be1 100644 --- a/build.py +++ b/build.py @@ -16,7 +16,8 @@ def build_html(srcdir,destdir): if ext == '.rst': publish_file(source_path=os.path.join(srcdir,fname), destination_path=os.path.join(destdir,basename+'.html'), - writer_name="html") + writer_name="html", + settings_overrides={'initial_header_level':'2'}) else: shutil.copy(os.path.join(srcdir,fname),os.path.join(destdir,fname)) -- cgit v1.2.3