summaryrefslogtreecommitdiff
path: root/tests/roots/test-tocdepth
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-tocdepth
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-tocdepth')
-rw-r--r--tests/roots/test-tocdepth/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/roots/test-tocdepth/conf.py b/tests/roots/test-tocdepth/conf.py
index cf05c9b5c..c46e40773 100644
--- a/tests/roots/test-tocdepth/conf.py
+++ b/tests/roots/test-tocdepth/conf.py
@@ -2,3 +2,4 @@
master_doc = 'index'
html_theme = 'classic'
+exclude_patterns = ['_build']