Skip to content

Commit

Permalink
Merge pull request #156 from danielward27/avoid_doctest
Browse files Browse the repository at this point in the history
Avoid doctest for now
  • Loading branch information
danielward27 authored Apr 22, 2024
2 parents ee6a185 + df963c6 commit 0581565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
- name: Test documentation
run: |
make -C docs doctest
# - name: Test documentation
# run: |
# make -C docs doctest
- name: Sphinx build
run: |
sphinx-build docs docs/_build
Expand Down

0 comments on commit 0581565

Please sign in to comment.