Skip to content

Commit

Permalink
Rely on RTD webhooks for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Apr 1, 2024
1 parent d1e781b commit b32884f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,3 @@ jobs:
file: ./coverage.xml
flags: unittests
name: GitHub
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ".[dev]"
- name: Build Docs
run: |
make -f Makefile.sphinx html

0 comments on commit b32884f

Please sign in to comment.