summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-03-30 14:09:04 -0700
committerGitHub <noreply@github.com>2019-03-30 14:09:04 -0700
commit01618a1399f547fb1f89cf8b56600325b4f8d04b (patch)
treec7d4bac1d6f48430ac1a803b35c14402a958362e /docs/index.rst
parentb85a7c5ed116192966bc88fb9ae0181e8f100b01 (diff)
parent9f6e6822fe541bfca399f3aa56c5b3c6a67e3a92 (diff)
downloadpyramid-01618a1399f547fb1f89cf8b56600325b4f8d04b.tar.gz
pyramid-01618a1399f547fb1f89cf8b56600325b4f8d04b.tar.bz2
pyramid-01618a1399f547fb1f89cf8b56600325b4f8d04b.zip
Merge pull request #3480 from luhn/sphinx-2.0
Fix docs build on Sphinx 2.0.0
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a1a81872c..4b413c16d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -152,11 +152,9 @@ Comprehensive reference material for every public API exposed by
:app:`Pyramid`:
.. toctree::
- :maxdepth: 1
- :glob:
+ :maxdepth: 2
api/index
- api/*
``p*`` Scripts Documentation
@@ -165,11 +163,9 @@ Comprehensive reference material for every public API exposed by
``p*`` scripts included with :app:`Pyramid`.
.. toctree::
- :maxdepth: 1
- :glob:
+ :maxdepth: 2
pscripts/index
- pscripts/*
Change History