From da47e706f7c7f64cdb3b6ab8a0f9c9c73b44fc15 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 29 Aug 2019 17:47:17 +0200 Subject: use numbers for toctree, exclude _ext --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') 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. -- cgit v1.2.3