diff options
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 375b6b5a..b57e0f36 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -252,6 +252,8 @@ latex_documents = [ (master_doc, 'proj.tex', title, author, 'manual'), ] +latex_toplevel_sectioning = 'chapter' + # The name of an image file (relative to this directory) to place at the top of # the title page. #latex_logo = None |
