diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-08 03:50:59 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-08 03:50:59 -0800 |
| commit | 11d637f45e90c011ce15f7e016e909f0f300c705 (patch) | |
| tree | 6ea524bbf520fa3401610743201d12ea1077011a /docs/conf.py | |
| parent | cfbc73dc042d924503527add9b32c48aa3ba29bd (diff) | |
| download | pyramid-11d637f45e90c011ce15f7e016e909f0f300c705.tar.gz pyramid-11d637f45e90c011ce15f7e016e909f0f300c705.tar.bz2 pyramid-11d637f45e90c011ce15f7e016e909f0f300c705.zip | |
add fixes for Sphinx 1.5
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 |
