Skip to content

Commit

Permalink
build: upgrade packages to make this sphinx work
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Feb 14, 2025
1 parent c28eab5 commit 1297186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
sudo apt install -y pandoc
pip install --upgrade pip setuptools wheel
pip install -r "requirements_docs.txt"
pip install docutils==0.14 commonmark==0.8.1 recommonmark==0.5.0 babel==2.8
pip install docutils commonmark==0.8.1 recommonmark==0.5.0 babel
pip install .
- name: Build documentation
run: sphinx-build -n -b html -d build/doctrees docs build/html
run: sphinx-build -n -j auto -b html -d build/doctrees docs build/html

- name: Doc Tests
run: sphinx-build -a -b doctest -d build/doctrees docs build/doctest
run: sphinx-build -a -j auto -b doctest -d build/doctrees docs build/doctest
1 change: 0 additions & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ numpy
pytest
jupyter_client
ipykernel
ipython
graphviz
xarray
pooch
Expand Down

0 comments on commit 1297186

Please sign in to comment.