diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-31 00:09:44 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-03-31 00:09:44 +0200 |
| commit | 4d0f064652acfb16b6c23852e9a257f815b9675f (patch) | |
| tree | 2083009320e4a6ea0e2cf9cc8b1f66da65779e25 /docs/source/conf.py | |
| parent | c09729173c4bf03b294149bf5072e5bb962fe0ab (diff) | |
| download | PROJ-4d0f064652acfb16b6c23852e9a257f815b9675f.tar.gz PROJ-4d0f064652acfb16b6c23852e9a257f815b9675f.zip | |
Improve PDF docs slightly
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 |
