We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae061d commit b883d0aCopy full SHA for b883d0a
1 file changed
.github/workflows/build_docs.yaml
@@ -33,7 +33,8 @@ jobs:
33
conda config --set channel_priority strict
34
conda create -n docs python=3.10 rasterio xarray scipy pyproj pandoc
35
source activate docs
36
- python -m pip install -e .[doc]
+ python -m pip install -e .[all]
37
+ python -m pip install -r requirements/doc.txt
38
sphinx-build -b html docs/ docs/_build/
39
40
- name: Deploy 🚀
0 commit comments