diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index 28712d4..c8356f8 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -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"]'