Exclude unused files from sphinx build
To reduce publication files and facilitate translation, exclude unnecessary files explicitly. Change-Id: I0bd259cc94c6fa1c5b01def3b44b8cd1b072207f
This commit is contained in:
parent
12d6b2953d
commit
ba18c30116
@ -89,8 +89,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 = ['common/cli*', 'common/nova*',
|
||||
'common/log_in_dashboard.rst']
|
||||
exclude_patterns = ['common/cli*', 'common/nova*', 'common/get_started_*',
|
||||
'common/log_in_dashboard.rst',
|
||||
'common/dashboard_customizing.rst']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all
|
||||
# documents.
|
||||
|
@ -89,8 +89,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 = ['common/cli*', 'common/nova*',
|
||||
'common/log_in_dashboard.rst']
|
||||
exclude_patterns = ['common/cli*', 'common/nova*', 'common/get_started_*',
|
||||
'common/log_in_dashboard.rst',
|
||||
'common/dashboard_customizing.rst']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all
|
||||
# documents.
|
||||
|
@ -1,5 +1,3 @@
|
||||
:orphan:
|
||||
|
||||
=======================
|
||||
Customize the dashboard
|
||||
=======================
|
||||
|
@ -1,3 +1,5 @@
|
||||
:orphan:
|
||||
|
||||
.. _get_started_conceptual_architecture:
|
||||
|
||||
=======================
|
||||
|
@ -1,5 +1,3 @@
|
||||
.. :orphan:
|
||||
|
||||
=================================
|
||||
OpenStack Data processing service
|
||||
=================================
|
||||
|
@ -1,5 +1,3 @@
|
||||
:orphan:
|
||||
|
||||
==========================
|
||||
Get started with OpenStack
|
||||
==========================
|
||||
|
@ -91,7 +91,7 @@ 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/cli*', 'common/nova*',
|
||||
exclude_patterns = ['common/cli*', 'common/nova*', 'common/get_started_*',
|
||||
'common/log_in_dashboard.rst',
|
||||
'tables/*.rst', 'tables/manual/*.rst',
|
||||
'tables/conf-changes/ironic.rst']
|
||||
|
@ -93,6 +93,16 @@ html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = ['common/cli*', 'common/nova*',
|
||||
'common/log_in_dashboard.rst',
|
||||
'common/get_started_with_openstack.rst',
|
||||
'common/get_started_openstack_services.rst',
|
||||
'common/get_started_feedback.rst',
|
||||
'common/get_started_logical_architecture.rst',
|
||||
'common/get_started_dashboard.rst',
|
||||
'common/get_started_database_service.rst',
|
||||
'common/get_started_file_storage.rst',
|
||||
'common/get_started_storage_concepts.rst',
|
||||
'common/get_started_sahara.rst',
|
||||
'common/dashboard_customizing.rst',
|
||||
'shared/note_configuration_vary_by_distribution.rst']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all
|
||||
|
@ -89,10 +89,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 = ['common/cli*', 'common/nova*',
|
||||
'common/get_started_*',
|
||||
'common/dashboard_customizing.rst',
|
||||
'common/log_in_dashboard.rst']
|
||||
exclude_patterns = ['common/cli*', 'common/nova*', 'common/get_started_*',
|
||||
'common/log_in_dashboard.rst',
|
||||
'common/dashboard_customizing.rst']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all
|
||||
# documents.
|
||||
|
Loading…
x
Reference in New Issue
Block a user