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: I051d304b34dfa3bfe4abdd99e8d0a3d72217fd84
This commit is contained in:
Doug Hellmann 2014-09-10 14:44:47 -04:00
parent d779a98718
commit e82ca241cb
2 changed files with 6 additions and 9 deletions

View File

@ -72,7 +72,12 @@ copyright = u'2014, OpenStack Neutron 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',
'**/example.rst',
'**/template.rst',
'**/skeleton.rst',
]
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None

View File

@ -4,14 +4,6 @@
Neutron Project Specifications
==============================
Contents:
.. toctree::
:glob:
:maxdepth: 1
specs/*
Juno approved specs:
.. toctree::