File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- Copyright (C) 2008 Stefan van der Walt <stefan@mentat.za.net>, Pauli Virtanen <pav@iki.fi>
1
+ Copyright (C) 2008-2022 Stefan van der Walt <stefan@mentat.za.net>, Pauli Virtanen <pav@iki.fi>
2
2
3
3
Redistribution and use in source and binary forms, with or without
4
4
modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 12
12
# All configuration values have a default; values that are commented out
13
13
# serve to show the default.
14
14
15
+ from datetime import date
15
16
import sys
16
17
import os
17
18
import re
68
69
69
70
# General information about the project.
70
71
project = u'numpydoc'
71
- copyright = u '2019, numpydoc maintainers'
72
+ copyright = f '2019- { date . today (). year } , numpydoc maintainers'
72
73
73
74
# The version info for the project you're documenting, acts as replacement for
74
75
# |version| and |release|, also used in various other places throughout the
You can’t perform that action at this time.
0 commit comments