Skip to content

Commit

Permalink
Docs are built via readthedocs now
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
gaborbernat committed Dec 2, 2023
1 parent 1349fcf commit 6efd307
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,6 @@ jobs:
run: |
nox --error-on-missing-interpreters --non-interactive --session lint
verify-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ env.default-python }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.default-python }}
- name: Upgrade pip, Install nox
run: |
python -m pip install --upgrade pip
python -m pip install nox
- name: Verify Docs
run: |
nox --error-on-missing-interpreters --non-interactive --session build_docs
tests:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 6efd307

Please sign in to comment.