Skip to content

Commit

Permalink
Add task for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Apr 3, 2024
1 parent 421126a commit 2eba5a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
path: modflow6/doc/mf6io/mf6ivar/md/deprecations.md

- name: Run sphinx
working-directory: modflow6/.build_rtd_docs
run: make html
working-directory: modflow6
run: pixi run sphinx

- name: Upload results
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ autotest = { cmd = "pytest -v -n auto --durations 0 --keep-failed .failed", cwd
autotest-marker = { cmd = "pytest -v -n auto --durations 0 --keep-failed .failed -m", cwd = "autotest" }
autotest-parallel = { cmd = "pytest -v -n auto --parallel --durations 0 -k \"test_par\" --keep-failed .failed", cwd = "autotest" }
autotest-large = { cmd = "pytest -v -n auto --durations 0 test_largetestmodels.py --keep-failed .failed", cwd = "autotest" }
sphinx = { cmd = "make html", cwd = ".build_rtd_docs" }

[dependencies]
appdirs = "*"
Expand Down

0 comments on commit 2eba5a1

Please sign in to comment.