summaryrefslogtreecommitdiff
path: root/tests/roots/test-directive-code
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2016-01-09 15:35:56 +0900
committershimizukawa <shimizukawa@gmail.com>2016-01-09 15:35:56 +0900
commit39e403b8ac134fb0dc5b733d5b7ac7ebc38825e0 (patch)
tree0fd2511db030991af33c657029b9d6ef3e8cf398 /tests/roots/test-directive-code
parentac28f9b27125d866f3fe1ff67ed051f27e7d3771 (diff)
downloadsphinx-git-39e403b8ac134fb0dc5b733d5b7ac7ebc38825e0.tar.gz
fix testing for text builder that generate _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file.
Diffstat (limited to 'tests/roots/test-directive-code')
-rw-r--r--tests/roots/test-directive-code/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/roots/test-directive-code/conf.py b/tests/roots/test-directive-code/conf.py
index f81c30bc4..e10f5e5fb 100644
--- a/tests/roots/test-directive-code/conf.py
+++ b/tests/roots/test-directive-code/conf.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
master_doc = 'index'
+exclude_patterns = ['_build']