diff options
Diffstat (limited to 'crypto/krb5/doc/conf.py')
-rw-r--r-- | crypto/krb5/doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/krb5/doc/conf.py b/crypto/krb5/doc/conf.py index ecf9020a7278..60835e9361a9 100644 --- a/crypto/krb5/doc/conf.py +++ b/crypto/krb5/doc/conf.py @@ -45,7 +45,7 @@ else: # General information about the project. project = u'MIT Kerberos' -copyright = u'1985-2024, MIT' +copyright = u'1985-2025, MIT' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -261,7 +261,7 @@ else: rst_epilog = '\n' if 'notice' in tags: - exclude_patterns = [ 'admin', 'appdev', 'basic', 'build', + exclude_patterns = [ 'admin', 'appdev', 'basic', 'build', 'formats', 'plugindev', 'user' ] exclude_patterns += [ 'about.rst', 'build_this.rst', 'copyright.rst', 'index.rst', 'mitK5*.rst', 'resources.rst' ] |