Skip to content

Commit

Permalink
Merge pull request #1269 from opendatacube/rtd_buildfix
Browse files Browse the repository at this point in the history
Fix RTD build.
  • Loading branch information
SpacemanPaul committed Jun 7, 2022
2 parents aae2d70 + 20693e0 commit 82ed29c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 60 deletions.
2 changes: 2 additions & 0 deletions docs/about/whats_new.rst
Expand Up @@ -8,6 +8,8 @@ What's New
v1.8.next
=========

- Fix readthedocs build. (:pull:`1269`)

v1.8.7 (7 June 2022)
====================

Expand Down
120 changes: 60 additions & 60 deletions docs/rtd-requirements.txt
@@ -1,82 +1,82 @@
affine==2.3.0
affine==2.3.1
alabaster==0.7.12
autodocsumm==0.2.6
attrs==19.3.0
Babel==2.8.0
Babel==2.10.1
bcrypt==3.1.7
beautifulsoup4==4.9.3
boto3==1.14.20
botocore==1.17.20
cachetools==4.1.0
certifi==2020.4.5.1
cffi==1.14.0
cftime==1.1.1.2
boto3==1.22.12
botocore==1.25.12
cachetools==5.0.0
certifi==2021.10.8
cffi==1.15.0
cftime==1.6.0
chardet==3.0.4
click==7.1.1
click==8.1.3
click-plugins==1.1.1
cligj==0.5.0
cloudpickle==1.3.0
cligj==0.7.2
cloudpickle==2.0.0
commonmark==0.9.1
cryptography==3.3.2
dask==2021.10.0
distributed>=2021.10.0
docutils==0.15.2
cryptography==37.0.2
dask==2022.5.0
distributed==2022.5.0
docutils==0.17.1
HeapDict==1.0.1
idna==2.9
imagesize==1.2.0
importlib-metadata==1.6.0
Jinja2==2.11.2
jmespath==0.10.0
jsonschema==3.2.0
lark-parser==0.8.5
MarkupSafe==1.1.1
msgpack==1.0.0
netCDF4==1.5.3
numpy==1.22.2
packaging==20.3
pandas==1.0.3
idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.3
Jinja2==3.1.2
jmespath==1.0.0
jsonschema==4.5.1
lark-parser==0.12.0
MarkupSafe==2.1.1
msgpack==1.0.3
netCDF4==1.5.8
numpy==1.22.3
packaging==21.3
pandas==1.4.2
paramiko>=2.10.1
pbr==5.4.5
psutil==5.7.0
psycopg2==2.8.5
pydata-sphinx-theme==0.6.3
pycparser==2.20
Pygments==2.7.4
psutil==5.9.0
psycopg2==2.9.3
pydata-sphinx-theme==0.8.1
pycparser==2.21
Pygments==2.12.0
PyNaCl==1.3.0
pyparsing==2.4.7
pyproj==2.6.0
pyrsistent==0.16.0
python-dateutil==2.8.1
pytz==2019.3
PyYAML==5.4.1
rasterio==1.1.3
recommonmark==0.6.0
requests==2.23.0
s3transfer==0.3.3
setuptools-scm==3.5.0
Shapely==1.7.0
six==1.14.0
snowballstemmer==2.0.0
pyparsing==3.0.9
pyproj==3.3.1
pyrsistent==0.18.1
python-dateutil==2.8.2
pytz==2020.1
PyYAML==6.0
rasterio==1.2.10
recommonmark==0.7.1
requests==2.27.1
s3transfer==0.5.2
setuptools-scm==6.4.2
Shapely==1.8.2
six==1.16.0
snowballstemmer==2.2.0
snuggs==1.4.7
sortedcontainers==2.1.0
Sphinx==4.1.2
sphinx-autodoc-typehints==1.12.0
sphinx-click==3.0.1
sphinx-rtd-theme==0.4.3
sortedcontainers==2.4.0
Sphinx==4.5.0
sphinx-autodoc-typehints==1.18.1
sphinx-click==4.0.3
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
SQLAlchemy==1.3.16
SQLAlchemy==1.4.36
sshtunnel==0.1.5
tblib==1.6.0
toml==0.10.0
toolz==0.10.0
tornado==6.0.4
toml==0.10.2
toolz==0.11.2
tornado==6.1
tqdm==4.45.0
urllib3==1.25.9
xarray==0.15.1
zict==2.0.0
zipp==3.1.0
urllib3==1.26.9
xarray==2022.3.0
zict==2.2.0
zipp==3.8.0

0 comments on commit 82ed29c

Please sign in to comment.