Skip to content

Commit

Permalink
Add python3 kernel for doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
thodson-usgs committed Apr 29, 2024
1 parent 786e811 commit 5af3bf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[doc]
ipython kernel install --name "python3" --user
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng pandoc
(cd docs && make docs)
(cd docs && make html)
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ test = [
]
doc = [
"sphinx",
"sphinx_rtd_theme",
"sphinx-rtd-theme",
"nbsphinx",
"nbsphinx_link",
"ipython",
"ipykernel",
"matplotlib",
]
nldi = [
'geopandas>=0.10'
Expand Down

0 comments on commit 5af3bf0

Please sign in to comment.