Merge "[user-guides] Enhance exclude pattern"

This commit is contained in:
Jenkins 2015-11-23 08:46:07 +00:00 committed by Gerrit Code Review
commit 7aca600b16
2 changed files with 7 additions and 2 deletions
doc
user-guide-admin/source
user-guide/source

@ -92,7 +92,9 @@ html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = []
exclude_patterns = ['common/get_started_*',
'common/dashboard_customizing.rst']
# The reST default role (used for this markup: `text`) to use for all
# documents.

@ -92,7 +92,10 @@ html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['common/nova*']
exclude_patterns = ['common/nova*',
'common/get_started_*',
'common/dashboard_customizing.rst'
]
# The reST default role (used for this markup: `text`) to use for all
# documents.