diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9afa2be17..778d3d8e0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -51,7 +51,7 @@ jobs: python -m pytest --doctest-modules aequilibrae/log.py aequilibrae/parameters.py python -m pytest --doctest-modules aequilibrae/transit python -m pytest --doctest-glob=*.rst docs/source/project_components - python -m pytest --doctest-glob=*.rst docs/source/static_traffic_assignment.rst + python -m pytest --doctest-glob=*.rst docs/source/traffic_assignment - name: Prepare links for DEV if: ${{ (github.event_name == 'pull_request') && (env.HAS_SECRETS == 'true') }}