8000 Merge pull request #21724 from QuLogic/copyright-date · matplotlib/matplotlib@17fcacc · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 17fcacc

Browse files
authored
Merge pull request #21724 from QuLogic/copyright-date
Fix copyright date with SOURCE_DATE_EPOCH set
2 parents 6b84f24 + 20f0f76 commit 17fcacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ def _check_dependencies():
230230

231231
project = 'Matplotlib'
232232
copyright = (
233-
'2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom '
233+
'20022012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom '
234234
'and the Matplotlib development team; '
235-
f'2012 - {sourceyear} The Matplotlib development team'
235+
f'2012{sourceyear} The Matplotlib development team'
236236
)
237237

238238

0 commit comments

Comments
 (0)
0