Skip to content

Commit

Permalink
Disable GH Actions job failing b/c of Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 22, 2019
1 parent 1bc40e0 commit 5fd5ddb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- TOXENV: build-docs
- TOXENV: build-dists
- TOXENV: python
exclude:
# Excluded until the following Sphinx bug is fixed.
# Ref: https://github.com/sphinx-doc/sphinx/issues/6803
- os: macOS-latest
python-version: 3.8
env:
TOXENV: check-docs

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 5fd5ddb

Please sign in to comment.