We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7a8b0 commit 54095e3Copy full SHA for 54095e3
.github/workflows/sphinx-docs.yml
@@ -18,8 +18,7 @@ jobs:
18
shell: bash -l {0}
19
run: |
20
python -m pip install --upgrade pip
21
- pip install geopandas
22
- pip install .[doc]
+ pip install .[doc,nldi]
23
ipython kernel install --name "python3" --user
24
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng pandoc
25
(cd docs && make html)
0 commit comments