File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# For the full list of built-in configuration values, see the documentation:
44# https://www.sphinx-doc.org/en/master/usage/configuration.html
55
6+ from datetime import datetime
7+
68# -- Project information -----------------------------------------------------
79# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
810
911project = 'NumPy QuadDType'
10- copyright = '2025, NumPy Community'
11- author = 'NumPy Community'
12+ year = datetime .now ().year
13+ copyright = f'2024-{ year } , NumPy Developers'
14+ author = 'Written by the NumPy community'
1215release = '1.0.0'
1316version = '1.0.0'
1417
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ readme = 'README.md'
1616license = " BSD-3-Clause"
1717license-files = [" LICENSE" ]
1818authors = [{name = " Swayam Singh" , email = " singhswayam008@gmail.com" }]
19+ maintainers = [{name = " NumPy Developers" , email = " numpy-discussion@python.org" }]
1920classifiers = [
2021 " Development Status :: 5 - Production/Stable" ,
2122 " Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments