summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMikko Ohtamaa <mikko@opensourcehacker.com>2016-12-06 11:25:07 +0100
committerMikko Ohtamaa <mikko@opensourcehacker.com>2016-12-06 11:25:07 +0100
commit7363ebfe8f0e9b65e493780628a7e558dbb74741 (patch)
tree2bf50c09d68c852ef182e3209263c9dbb2bcd901 /docs
parentc7974fe0a3363d84afd0db506dbc71b97cb84247 (diff)
downloadpyramid-7363ebfe8f0e9b65e493780628a7e558dbb74741.tar.gz
pyramid-7363ebfe8f0e9b65e493780628a7e558dbb74741.tar.bz2
pyramid-7363ebfe8f0e9b65e493780628a7e558dbb74741.zip
Fix docs for Sphinx 1.5
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c3a7170fc..f35f7b34f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -191,7 +191,7 @@ 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