Improve chapter levels in the PDF build

"Quick links" was "Chapter 1", and everything else was nested under Chapter 2. This changes e.g. "2.6.5 DFHack Lua API" to "6.5: DFHack Lua API"
develop
lethosor 2020-07-15 21:19:37 -04:00
parent bca76b8fc6
commit ef53cac05b
1 changed files with 2 additions and 0 deletions

@ -359,3 +359,5 @@ latex_documents = [
(master_doc, 'DFHack.tex', 'DFHack Documentation',
'The DFHack Team', 'manual'),
]
latex_toplevel_sectioning = 'part'