From 5b59f02213b1c1b4ff67d8bc88ce38bc989b97d4 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 9 Dec 2016 02:53:19 -0700 Subject: [PATCH] docs: ignore partials when indexing --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 73706020..dcfb68dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -132,7 +132,8 @@ # directories to ignore when looking for source files. exclude_patterns = [ '_build', - '_themes' + '_themes', + '_partials', ] # The reST default role (used for this markup: `text`) to use for all