Show More
@@ -44,7 +44,7 b" master_doc = 'index'" | |||||
44 |
|
44 | |||
45 | # General information about the project. |
|
45 | # General information about the project. | |
46 | project = u'Kallithea' |
|
46 | project = u'Kallithea' | |
47 |
copyright = u'2010-201 |
|
47 | copyright = u'2010-2019 by various authors, licensed as GPLv3.' | |
48 |
|
48 | |||
49 | # The version info for the project you're documenting, acts as replacement for |
|
49 | # The version info for the project you're documenting, acts as replacement for | |
50 | # |version| and |release|, also used in various other places throughout the |
|
50 | # |version| and |release|, also used in various other places throughout the |
@@ -155,6 +155,17 b' def main():' | |||||
155 | format_f=lambda years, name: ' ' + nice_years(years, '–', ', ') + ' ', |
|
155 | format_f=lambda years, name: ' ' + nice_years(years, '–', ', ') + ' ', | |
156 | ) |
|
156 | ) | |
157 |
|
157 | |||
|
158 | #docs/conf.py:copyright = u'2010-2016 by various authors, licensed as GPLv3.' | |||
|
159 | insert_entries( | |||
|
160 | filename='docs/conf.py', | |||
|
161 | all_entries=repo_entries, | |||
|
162 | no_entries=contributor_data.total_ignore, | |||
|
163 | domain_extra={}, | |||
|
164 | split_re=r"(?<=copyright = u').*(?= by various authors)", | |||
|
165 | normalize_name=lambda name: '', | |||
|
166 | format_f=lambda years, name: nice_years(years, '-', ', ') , | |||
|
167 | ) | |||
|
168 | ||||
158 |
|
169 | |||
159 | if __name__ == '__main__': |
|
170 | if __name__ == '__main__': | |
160 | main() |
|
171 | main() |
General Comments 0
You need to be logged in to leave comments.
Login now