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: I1dd434ef8d03c2ee26eb4f301a80141d5fd747fe
This commit is contained in:
Doug Hellmann 2014-09-10 15:22:20 -04:00
parent c64cdd1647
commit 329acba6ab
2 changed files with 5 additions and 1 deletions

View File

@ -31,6 +31,11 @@ extensions = [
feed_base_url = 'http://specs.openstack.org/openstack/zaqar-specs' feed_base_url = 'http://specs.openstack.org/openstack/zaqar-specs'
feed_author = 'OpenStack Zaqar Team' feed_author = 'OpenStack Zaqar Team'
exclude_patterns = [
'template.rst',
'**/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:

View File

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