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: I8e72a938e007b891720138eb127268a5f950872c
This commit is contained in:
Doug Hellmann 2014-09-10 14:25:45 -04:00
parent 594ebed89d
commit ebc8a66194
2 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,10 @@ extensions = [
feed_base_url = 'http://specs.openstack.org/openstack/heat-specs'
feed_author = 'OpenStack Heat Team'
exclude_patterns = [
'**/template.rst',
]
# Optionally allow the use of sphinxcontrib.spelling to verify the
# spelling of the documents.
try:

View File

@ -16,7 +16,6 @@ heat-specs Repository Information
README <readme>
contributing
Sample Template <specs/template>
Indices and tables