From db26cd1b6f422c20c062385e0daeb8c95137428d Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Wed, 28 Nov 2012 19:15:05 -0500 Subject: [PATCH] Fix typo We do not have any files with extension "rxt". ticket: 7471 (new) title: typo in exclude_patterns for notice build tags: pullup target_version: 1.11 --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 1fb48add6c..53898aec7d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -252,7 +252,7 @@ rst_epilog = '\n' if 'notice' in tags: exclude_patterns = [ 'admin', 'appdev', 'basic', 'build', 'plugindev', 'user' ] - exclude_patterns += [ 'about.rst', 'build_this.rxt', 'index.rst', + exclude_patterns += [ 'about.rst', 'build_this.rst', 'index.rst', 'mitK5*.rst', 'resources.rst' ] rst_epilog += '.. |copy| replace:: \(C\)' else: -- 2.47.3