Skip to content

Commit

Permalink
test: enabled doctest in test-docs.yml (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
u625355 authored Sep 12, 2024
1 parent fc1f740 commit c71ce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
node-version: 20 # The node version needs to stay in sync with .readthedocs.yml
python-version: '3.11' # This needs to stay in sync with .readthedocs.yml and the tox config in pyproject.toml
tox-env-array: '["docs"]' # TODO: , "doctests"]'
tox-env-array: '["docs", "doctests"]'

0 comments on commit c71ce0d

Please sign in to comment.