From 237eaa53e12f5d1493364e41a1d84e5866c2f942 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 30 Jan 2015 07:15:00 -0800 Subject: [PATCH] Replace exclude_trees with exclude_patterns exclude_trees was removed in Sphinx 1.3b1 --- doc/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 2c1e0251..172299a7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -83,9 +83,7 @@ release = version # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -#exclude_patterns = [] - -exclude_trees = ['sphinx-bootstrap-theme'] +exclude_patterns = ['sphinx-bootstrap-theme/*'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None