Skip to content

Commit 7f999a2

Browse files
ethanwharrislexierule
authored andcommitted
Drop breaking sphinx docs build (#8934)
1 parent 80fa349 commit 7f999a2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/docs-checks.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,6 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
88
branches: [master, "release/*"]
99

1010
jobs:
11-
sphinx-check:
12-
runs-on: ubuntu-20.04
13-
steps:
14-
- uses: actions/checkout@v2
15-
with:
16-
submodules: true
17-
# lfs: true
18-
- uses: ammaraskar/sphinx-action@master
19-
with:
20-
# git is required to clone the docs theme
21-
# before custom requirement are resolved https://github.com/ammaraskar/sphinx-action/issues/16
22-
pre-build-command: "apt-get update -y && apt-get install -y git pandoc && pip install -r requirements/docs.txt"
23-
docs-folder: "docs/"
24-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
25-
2611
test-docs:
2712
runs-on: ubuntu-20.04
2813
steps:

0 commit comments

Comments
 (0)