Skip to content

Commit

Permalink
drop doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian-Krause committed Jul 4, 2023
1 parent 90a8458 commit c9ae729
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/reusable-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,4 @@ jobs:
- name: Test with pytest
run: |
TERM=xterm pytest --cov-config .coveragerc --cov=labgrid --local-sshmanager --ssh-username runner --crossbar-venv crossbar-venv -k "not test_docker_with_daemon"
- name: Build documentation
run: |
make -C doc clean
make -C doc doctest SPHINXOPTS=-W
make -C doc html SPHINXOPTS=-W
make -C man clean
make -C man all
git --no-pager diff --exit-code
# check README.rst separately
pip install rstcheck
rstcheck --ignore-languages=bash --report-level=WARNING README.rst
- uses: codecov/codecov-action@v3

0 comments on commit c9ae729

Please sign in to comment.