summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-29 17:47:17 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 17:47:17 +0200
commitda47e706f7c7f64cdb3b6ab8a0f9c9c73b44fc15 (patch)
tree21b313395348c14cb77da30788fd7994d49d0c25 /conf.py
parent26f70933dcc0cfb8b5fc0cdf4f9908a74748f330 (diff)
downloaddocs-da47e706f7c7f64cdb3b6ab8a0f9c9c73b44fc15.tar.gz
docs-da47e706f7c7f64cdb3b6ab8a0f9c9c73b44fc15.tar.bz2
docs-da47e706f7c7f64cdb3b6ab8a0f9c9c73b44fc15.zip
use numbers for toctree, exclude _ext
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 2558c784..12cc760b 100644
--- 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.