diff --git a/doc/source/conf.py b/doc/source/conf.py index b9d5a24..a47be22 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,6 +31,10 @@ extensions = [ feed_base_url = 'http://specs.openstack.org/openstack-infra/infra-specs' feed_author = 'OpenStack Infrastructure Team' +exclude_patterns = [ + '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 7dadca8..dd0744f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -16,7 +16,6 @@ Specifications Repository Information README contributing - Sample Template