commit da47e706f7c7f64cdb3b6ab8a0f9c9c73b44fc15
parent 26f70933dcc0cfb8b5fc0cdf4f9908a74748f330
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 29 Aug 2019 17:47:17 +0200
use numbers for toctree, exclude _ext
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/conf.py b/conf.py
@@ -95,7 +95,7 @@ release = '0.6.0pre1'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['_build']
+exclude_patterns = ['_build', '_exts']
# The reST default role (used for this markup: `text`) to use for all
# documents.
diff --git a/index.rst b/index.rst
@@ -47,6 +47,7 @@ Documentation Overview
----------------------
.. toctree::
+ :numbered:
:maxdepth: 2
core/index