Skip to content

Commit 00bbf7c

Browse files
committed
remove package install and the dependency on pnetcdf lib in conf.py
1 parent fb3be52 commit 00bbf7c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ build:
88

99
tools:
1010
python: "3.10"
11-
jobs:
12-
pre_install:
13-
- pip install numpy cython cftime pytest twine wheel check-manifest
1411

1512
sphinx:
1613
configuration: docs/source/conf.py

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55

66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8-
import pnetcdf
98
project = 'PnetCDF Python'
109
copyright = '2024, Northwestern University and Argonne National Laboratory'
1110
author = 'PnetCDF-Python Developer Team'
12-
release = pnetcdf.__version__
11+
release = "1.0.0"
1312

1413
# -- General configuration ---------------------------------------------------
1514
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)