Remove templates from toctrees
We don't want the templates to show up in the RSS feed, so exclude them from being converted to HTML and listed in the toctree. Change-Id: If79b2807d2fcd6b89fd96ba6e78dac247aab5bb0
This commit is contained in:
@@ -31,6 +31,10 @@ extensions = [
|
|||||||
feed_base_url = 'http://specs.openstack.org/openstack-infra/infra-specs'
|
feed_base_url = 'http://specs.openstack.org/openstack-infra/infra-specs'
|
||||||
feed_author = 'OpenStack Infrastructure Team'
|
feed_author = 'OpenStack Infrastructure Team'
|
||||||
|
|
||||||
|
exclude_patterns = [
|
||||||
|
'template.rst',
|
||||||
|
]
|
||||||
|
|
||||||
# Optionally allow the use of sphinxcontrib.spelling to verify the
|
# Optionally allow the use of sphinxcontrib.spelling to verify the
|
||||||
# spelling of the documents.
|
# spelling of the documents.
|
||||||
try:
|
try:
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ Specifications Repository Information
|
|||||||
|
|
||||||
README <readme>
|
README <readme>
|
||||||
contributing
|
contributing
|
||||||
Sample Template <template>
|
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|||||||
Reference in New Issue
Block a user