diff options
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index a269a7d9..3a93fb81 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -239,9 +239,11 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'proj4.tex', u'PROJ.4 Documentation', - u'Gerald Evenden', 'manual'), + u'Gerald Evenden', 'manual', False), ] +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 |
