We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3c0bf commit c939695Copy full SHA for c939695
docs/source/conf.py
@@ -5,11 +5,11 @@
5
6
# -- Project information -----------------------------------------------------
7
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
-
+import pnetcdf
9
project = 'PnetCDF Python'
10
copyright = '2024, Northwestern University and Argonne National Laboratory'
11
author = 'PnetCDF-Python Developer Team'
12
-release = '0.1.0'
+release = pnetcdf.__version__
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
docs/source/index.rst
@@ -6,6 +6,8 @@
PnetCDF-Python Documentation
============================
+**Release:** |release|
+
.. toctree::
:maxdepth: 2
:caption: Introduction
0 commit comments