summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2013-03-21 11:49:49 -0400
committerBen Kaduk <kaduk@mit.edu>2013-03-21 11:49:49 -0400
commited6edd5d15d4c8265138914e7fe34e781fc5a0cf (patch)
treef14606896553d903b2b3bf957519699de5cb97cc /doc/conf.py
parent093704b74884dca424ffe5a88765e3c513f71ecb (diff)
downloadkrb5-ed6edd5d15d4c8265138914e7fe34e781fc5a0cf.tar.gz
krb5-ed6edd5d15d4c8265138914e7fe34e781fc5a0cf.tar.xz
krb5-ed6edd5d15d4c8265138914e7fe34e781fc5a0cf.zip
Rebuild NOTICE for 2013
Also exclude copyright.rst from the notice.txt build, as maintainer-mode builds error out due to the "document isn't included in any toctree" warning otherwise produced.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index f94a3f54d0..269ea2c7c2 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -253,8 +253,8 @@ rst_epilog = '\n'
if 'notice' in tags:
exclude_patterns = [ 'admin', 'appdev', 'basic', 'build',
'plugindev', 'user' ]
- exclude_patterns += [ 'about.rst', 'build_this.rst', 'index.rst',
- 'mitK5*.rst', 'resources.rst' ]
+ exclude_patterns += [ 'about.rst', 'build_this.rst', 'copyright.rst',
+ 'index.rst', 'mitK5*.rst', 'resources.rst' ]
rst_epilog += '.. |copy| replace:: \(C\)'
else:
exclude_patterns += [ 'notice.rst' ]