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.

This commit is contained in:
shimizukawa 2016-01-09 15:35:56 +09:00
parent ac28f9b271
commit 39e403b8ac
25 changed files with 26 additions and 0 deletions

View File

@ -7,3 +7,5 @@ extensions = ['sphinx.ext.autosummary']
# The suffix of source filenames.
source_suffix = '.rst'
autosummary_generate = True
exclude_patterns = ['_build']

View File

@ -1,2 +1,3 @@
master_doc = 'contents'
source_suffix = '.txt'
exclude_patterns = ['_build']

View File

@ -0,0 +1 @@
exclude_patterns = ['_build']

View File

@ -2,3 +2,4 @@
master_doc = 'index'
html_theme = 'classic'
exclude_patterns = ['_build']

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
master_doc = 'index'
exclude_patterns = ['_build']

View File

@ -1,2 +1,3 @@
project = 'test-directive-only'
exclude_patterns = ['_build']

View File

@ -3,3 +3,4 @@ extensions = ['sphinx.ext.doctest']
project = 'test project for doctest'
master_doc = 'doctest'
source_suffix = '.txt'
exclude_patterns = ['_build']

View File

@ -3,3 +3,4 @@
project = 'Sphinx docutils conf <Tests>'
source_suffix = '.txt'
keep_warnings = True
exclude_patterns = ['_build']

View File

@ -2,3 +2,4 @@
master_doc = 'index'
html_theme = 'classic'
exclude_patterns = ['_build']

View File

@ -5,3 +5,4 @@ import sys, os
templates_path = ['_templates']
master_doc = 'index'
html_theme = 'base_theme2'
exclude_patterns = ['_build']

View File

@ -2,3 +2,4 @@
extensions = ['sphinx.ext.graphviz']
master_doc = 'index'
exclude_patterns = ['_build']

View File

@ -2,6 +2,7 @@
extensions = ['sphinx.ext.ifconfig']
master_doc = 'index'
exclude_patterns = ['_build']
confval1 = True

View File

@ -6,6 +6,7 @@ import os
sys.path.insert(0, os.path.abspath('.'))
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
master_doc = 'index'
exclude_patterns = ['_build']
if 'test_linkcode' in tags:

View File

@ -2,3 +2,4 @@
master_doc = 'index'
html_theme = 'classic'
exclude_patterns = ['_build']

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
master_doc = 'index'
exclude_patterns = ['_build']
rst_epilog = '''
.. |picture| image:: pic.png

View File

@ -7,3 +7,4 @@ templates_path = ['_templates']
html_additional_pages = {'index': 'index.html'}
release = version = '2013.120'
gettext_additional_targets = ['index']
exclude_patterns = ['_build']

View File

@ -0,0 +1 @@
exclude_patterns = ['_build']

View File

@ -2,3 +2,4 @@
master_doc = 'index'
html_theme = 'classic'
exclude_patterns = ['_build']

View File

@ -3,3 +3,4 @@
project = 'Sphinx smallest project'
source_suffix = '.txt'
keep_warnings = True
exclude_patterns = ['_build']

View File

@ -5,6 +5,7 @@ source_suffix = '.txt'
keep_warnings = True
templates_path = ['_templates']
release = version = '2013.120'
exclude_patterns = ['_build']
extensions = ['sphinx.ext.autosummary']
autosummary_generate = ['autosummary_templating']

View File

@ -2,4 +2,5 @@
html_theme = 'test-theme'
master_doc = 'index'
exclude_patterns = ['_build']

View File

@ -2,3 +2,4 @@
master_doc = 'index'
html_theme = 'classic'
exclude_patterns = ['_build']

View File

@ -2,3 +2,4 @@
master_doc = 'index'
html_theme = 'classic'
exclude_patterns = ['_build']

View File

@ -2,3 +2,4 @@
master_doc = 'index'
html_theme = 'classic'
exclude_patterns = ['_build']

View File

@ -1,3 +1,4 @@
project = 'versioning test root'
master_doc = 'index'
source_suffix = '.txt'
exclude_patterns = ['_build']