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 5a29fa6 commit bf7a8b0Copy full SHA for bf7a8b0
.github/workflows/sphinx-docs.yml
@@ -18,10 +18,10 @@ jobs:
18
shell: bash -l {0}
19
run: |
20
python -m pip install --upgrade pip
21
+ pip install geopandas
22
pip install .[doc]
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
- (cd docs && make docs)
25
(cd docs && make html)
26
- name: Debug
27
0 commit comments