diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-08 04:02:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-08 04:02:29 -0800 |
| commit | e5add4c591bde659f050adca1ad6934674822525 (patch) | |
| tree | 6ea524bbf520fa3401610743201d12ea1077011a /docs/conf.py | |
| parent | 351a741385f35e3fa3c7d251c9fb402997de957a (diff) | |
| parent | 11d637f45e90c011ce15f7e016e909f0f300c705 (diff) | |
| download | pyramid-e5add4c591bde659f050adca1ad6934674822525.tar.gz pyramid-e5add4c591bde659f050adca1ad6934674822525.tar.bz2 pyramid-e5add4c591bde659f050adca1ad6934674822525.zip | |
Merge pull request #2858 from stevepiercy/style-guide
update typographical conventions per @bertjwregeer
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0e3f03068..12dd27722 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -196,10 +196,10 @@ latex_documents = [ # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. -latex_use_parts = True +latex_toplevel_sectioning = "section" # If false, no module index is generated. -latex_use_modindex = False +latex_domain_indices = False ## Say, for a moment that you have a twoside document that needs a 3cm ## inner margin to allow for binding and at least two centimetres the |
