Skip to content

Commit

Permalink
Build docs differently
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Sep 13, 2024
1 parent ee24eaa commit e3b0176
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pip install uv

- run: |
uv pip install -e ".[dev]"
uv pip install -e ".[dev, everest]"
- name: Test doctest
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-run-tests-build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
pip install git+https://github.com/equinor/everest-models.git
mkdir tmp
sphinx-build -W -b html -d tmp/doctrees docs/everest/source {envtmpdir}/html
sphinx-build -n -v -E -W ./docs/everest ./tmp/everest_docs
- name: Run tests requiring everest-models
if: matrix.test_type == 'everest-models-test'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
pip install git+https://github.com/equinor/everest-models.git
mkdir tmp
sphinx-build -W -b html -d tmp/everest/doctrees docs/everest/source {envtmpdir}/html
sphinx-build -n -v -E -W ./docs/everest ./tmp/everest_docs
- name: Run tests requiring everest-models
if: matrix.test_type == 'everest-models-test'
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/test_everest.yml

This file was deleted.

0 comments on commit e3b0176

Please sign in to comment.