diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-05-01 19:41:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-01 19:41:42 +0200 |
| commit | 3b1cca0b2e094ee14abcfd111b438b7e74300836 (patch) | |
| tree | df7fba0af55ca1bdd299f6515ed78ad4dbfb4bd2 /docs/source/conf.py | |
| parent | 2fdbffca6c61687dc064e92d5a7fedc53ebb4744 (diff) | |
| parent | 82dd6b06010b8f37ec1ff797d2ae06d8a8cc0bf2 (diff) | |
| download | PROJ-3b1cca0b2e094ee14abcfd111b438b7e74300836.tar.gz PROJ-3b1cca0b2e094ee14abcfd111b438b7e74300836.zip | |
Merge pull request #966 from kbevers/doc-improvements
Doc improvements
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 |
