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:
parent
d779a98718
commit
e82ca241cb
@ -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
|
||||
|
@ -4,14 +4,6 @@
|
||||
Neutron Project Specifications
|
||||
==============================
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
specs/*
|
||||
|
||||
Juno approved specs:
|
||||
|
||||
.. toctree::
|
||||
|
Loading…
x
Reference in New Issue
Block a user