remove templates from toctree

We don't want the templates to appear in the table of contents.

Change-Id: Ic93ad16b7d919069f6dc1e6be4eb29fe6b4a7bef
This commit is contained in:
Doug Hellmann 2014-09-09 09:27:15 -04:00
parent ef70f6c522
commit 435a3e6fc7
2 changed files with 6 additions and 3 deletions

View File

@ -34,6 +34,11 @@ try:
except ImportError:
pass
exclude_patterns = [
'**/graduation-template.rst',
'**/template.rst',
]
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
# execute "export SPHINX_DEBUG=1" in your terminal to disable
@ -80,4 +85,4 @@ latex_documents = [
]
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}
#intersphinx_mapping = {'http://docs.python.org/': None}

View File

@ -25,8 +25,6 @@ oslo-specs Repository Information
README <readme>
contributing
Sample Feature Template <specs/template>
Sample Graduation Template <specs/graduation-template>
Indices and tables