File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
tools :
10
10
python : " 3.10"
11
- jobs :
12
- pre_install :
13
- - pip install numpy cython cftime pytest twine wheel check-manifest
14
11
15
12
sphinx :
16
13
configuration : docs/source/conf.py
Original file line number Diff line number Diff line change 5
5
6
6
# -- Project information -----------------------------------------------------
7
7
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
- import pnetcdf
9
8
project = 'PnetCDF Python'
10
9
copyright = '2024, Northwestern University and Argonne National Laboratory'
11
10
author = 'PnetCDF-Python Developer Team'
12
- release = pnetcdf . __version__
11
+ release = "1.0.0"
13
12
14
13
# -- General configuration ---------------------------------------------------
15
14
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
You can’t perform that action at this time.
0 commit comments