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: Id3a4086283a0a3983f4f4013a29284ac07c93eaa
This commit is contained in:
Doug Hellmann 2014-09-10 14:03:49 -04:00
parent 97cb7e1c19
commit 4ae0c5b064
2 changed files with 5 additions and 8 deletions

View File

@ -27,6 +27,11 @@ extensions = [
#'oslosphinx'
]
exclude_patterns = [
'**/template.rst',
'**/example.rst',
]
# Feed configuration for yasfb
feed_base_url = 'http://specs.openstack.org/openstack/designate-specs'
feed_author = 'OpenStack Designate Team'

View File

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