File template_guide.patch of Package openstack-heat
Index: openstack-heat-doc/heat-2014.2.1.dev5.g87e20df/doc/source/conf.py =================================================================== --- openstack-heat-doc.orig/heat-2014.2.1.dev5.g87e20df/doc/source/conf.py +++ openstack-heat-doc/heat-2014.2.1.dev5.g87e20df/doc/source/conf.py @@ -241,7 +241,7 @@ copyright = u'2012,2013 Heat Developers' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['**/#*', '**~', '**/#*#'] +exclude_patterns = ['**/#*', '**~', '**/#*#', 'template_guide/*rst'] # The reST default role (used for this markup: `text`) # to use for all documents.