Skip to content

Commit

Permalink
temporarily use requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tcmetzger committed Apr 23, 2024
1 parent d0a4bc4 commit b943acb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ sphinx:
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
install:
- requirements: docs/docs-requirements.txt
- method: pip
path: .
extra_requirements:
- [docs, tests]
# - method: pip
# path: .
# extra_requirements:
# - [docs, tests]
17 changes: 17 additions & 0 deletions docs/docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
dask[dataframe]
geopandas
Jinja2 >=2.11
ipykernel
matplotlib
nbsphinx
numpydoc
pandoc
pydata_sphinx_theme
sphinx
sphinx-panels
sphinx_rtd_theme
flake8
isort
noise >= 1.2.2
pytest
pytest-cov

0 comments on commit b943acb

Please sign in to comment.