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: If1212ece82d2faef6e773271ab599351992a413d
This commit is contained in:
Doug Hellmann 2014-09-10 13:47:57 -04:00
parent de621f6fc5
commit e1d28366b2
2 changed files with 4 additions and 9 deletions

View File

@ -68,7 +68,10 @@ copyright = u'2014, OpenStack Cinder Team'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build']
exclude_patterns = [
'_build',
'template.rst',
]
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None

View File

@ -4,14 +4,6 @@
Volume Service Specifications (cinder)
======================================
Contents:
.. toctree::
:glob:
:maxdepth: 1
specs/*
Juno approved specs:
.. toctree::