summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-11-28 19:15:05 -0500
committerBen Kaduk <kaduk@mit.edu>2012-12-10 13:01:26 -0500
commitdb26cd1b6f422c20c062385e0daeb8c95137428d (patch)
tree3a5807ee1a1877c95de25b85aff92bfff5aa43f2 /doc/conf.py
parent9031b739fc4f9e4215e537855a853d2134a69ba9 (diff)
downloadkrb5-db26cd1b6f422c20c062385e0daeb8c95137428d.tar.gz
krb5-db26cd1b6f422c20c062385e0daeb8c95137428d.tar.xz
krb5-db26cd1b6f422c20c062385e0daeb8c95137428d.zip
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
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
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: