Skip to content

Commit

Permalink
MAINT: remove pysatNASA install at RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Apr 13, 2021
1 parent a5fa31d commit 73b87ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import re
import sys
sys.path.insert(0, os.path.abspath('..'))
import pysatNASA

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -67,9 +66,11 @@
# built documents.
#
# The short X.Y version.
version = re.sub("(-alpha|-beta)", "", pysatNASA.__version__)
# version = re.sub("(-alpha|-beta)", "", pysatNASA.__version__)
version = '0.0.2'
# The full version, including alpha/beta/rc tags.
release = pysatNASA.__version__
# release = pysatNASA.__version__
release = '0.0.2-alpha'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
9 changes: 0 additions & 9 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
netCDF4
requests
beautifulsoup4
lxml
cdflib
numpy
pandas
xarray
m2r2
numpydoc
pysat
pysatNASA
pytest

0 comments on commit 73b87ae

Please sign in to comment.