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>
22
33Redistribution and use in source and binary forms, with or without
44modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 1212# All configuration values have a default; values that are commented out
1313# serve to show the default.
1414
15+ from datetime import date
1516import sys
1617import os
1718import re
6869
6970# General information about the project.
7071project = u'numpydoc'
71- copyright = u '2019, numpydoc maintainers'
72+ copyright = f '2019- { date . today (). year } , numpydoc maintainers'
7273
7374# The version info for the project you're documenting, acts as replacement for
7475# |version| and |release|, also used in various other places throughout the
You can’t perform that action at this time.
0 commit comments