File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 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
-
8
+ import pnetcdf
9
9
project = 'PnetCDF Python'
10
10
copyright = '2024, Northwestern University and Argonne National Laboratory'
11
11
author = 'PnetCDF-Python Developer Team'
12
- release = '0.1.0'
12
+ release = pnetcdf . __version__
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 6
6
PnetCDF-Python Documentation
7
7
============================
8
8
9
+ **Release: ** |release |
10
+
9
11
.. toctree ::
10
12
:maxdepth: 2
11
13
:caption: Introduction
You can’t perform that action at this time.
0 commit comments