diff --git a/doc/source/conf.py b/doc/source/conf.py index 8ddbd39..de27d6b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,6 +31,11 @@ extensions = [ feed_base_url = 'http://specs.openstack.org/openstack/zaqar-specs' feed_author = 'OpenStack Zaqar Team' +exclude_patterns = [ + 'template.rst', + '**/template.rst', +] + # Optionally allow the use of sphinxcontrib.spelling to verify the # spelling of the documents. try: diff --git a/doc/source/index.rst b/doc/source/index.rst index aba3b09..3f2a45c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -16,7 +16,6 @@ zaqar-specs Repository Information README contributing - Sample Template