diff options
author | Wlodek Wencel <wlodek@isc.org> | 2020-01-24 13:27:29 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2020-01-24 15:07:30 +0100 |
commit | df32a450fe4814acaa5cbde6c1abf3a47a38eed5 (patch) | |
tree | f9fcb9f04610407d645fbf633b379b461d57a8d9 /doc/sphinx/conf.py | |
parent | [#1040] address review (diff) | |
download | kea-df32a450fe4814acaa5cbde6c1abf3a47a38eed5.tar.xz kea-df32a450fe4814acaa5cbde6c1abf3a47a38eed5.zip |
[#867] date set for next release
Diffstat (limited to 'doc/sphinx/conf.py')
-rw-r--r-- | doc/sphinx/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index abe7a3aca9..0a5f93c49c 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -25,6 +25,7 @@ sys.setrecursionlimit(5000) project = 'Kea' copyright = '2019, Internet Systems Consortium' author = 'Internet Systems Consortium' +today = '29 Jan, 2020' # get current kea version config_ac_path = '../../configure.ac' |