Skip to content

Commit

Permalink
test release number in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanlyj committed Sep 9, 2024
1 parent dd3c0bf commit c939695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

import pnetcdf
project = 'PnetCDF Python'
copyright = '2024, Northwestern University and Argonne National Laboratory'
author = 'PnetCDF-Python Developer Team'
release = '0.1.0'
release = pnetcdf.__version__

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
PnetCDF-Python Documentation
============================

**Release:** |release|

.. toctree::
:maxdepth: 2
:caption: Introduction
Expand Down

0 comments on commit c939695

Please sign in to comment.