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:
@@ -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
|
||||
|
||||
@@ -15,14 +15,12 @@ Nova Project Priorities
|
||||
Nova Project Specifications
|
||||
===========================
|
||||
|
||||
Contents:
|
||||
Project Documentation:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
|
||||
readme
|
||||
specs/*
|
||||
|
||||
Juno implemented specs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user