summaryrefslogtreecommitdiff
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
parentc7974fe0a3363d84afd0db506dbc71b97cb84247 (diff)
downloadpyramid-7363ebfe8f0e9b65e493780628a7e558dbb74741.tar.gz
pyramid-7363ebfe8f0e9b65e493780628a7e558dbb74741.tar.bz2
pyramid-7363ebfe8f0e9b65e493780628a7e558dbb74741.zip
Fix docs for Sphinx 1.5
-rw-r--r--CONTRIBUTORS.txt2
-rw-r--r--docs/conf.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 98e243c1f..b4e30e085 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -286,3 +286,5 @@ Contributors
- Keith Yang, 2016/07/22
- Moriyoshi Koizumi, 2016/11/20
+
+- Mikko Ohtamaa, 2016/12/6
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