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: I1d50944fc37f27b5fc67316270cb281e3635b762
This commit is contained in:
Doug Hellmann
2014-09-10 14:50:05 -04:00
parent 5f452082f9
commit 3585a11e68
2 changed files with 7 additions and 5 deletions

View File

@@ -69,7 +69,11 @@ copyright = u'2014, OpenStack Nova 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',
'specs/juno-template.rst',
'specs/kilo-template.rst',
]
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None

View File

@@ -15,14 +15,12 @@ Nova Project Priorities
Nova Project Specifications
===========================
Contents:
Project Documentation:
.. toctree::
:glob:
:maxdepth: 1
:maxdepth: 2
readme
specs/*
Juno implemented specs: