Skip to content

Commit

Permalink
Only running the doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Jul 19, 2024
1 parent dd28605 commit ae0c332
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@ jobs:
- name: Run Sphinx doctest
run: python -m sphinx -b doctest docs docs/_build

- name: Generate Sphinx HTML
run: python -m sphinx -b html -W docs docs/_build
# No longer needed as this is handled by Read the Docs
#- name: Generate Sphinx HTML
# run: python -m sphinx -b html -W docs docs/_build

0 comments on commit ae0c332

Please sign in to comment.