Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Drop broken sphinx docs build (#661)
Browse files Browse the repository at this point in the history
* Try to debug docs build

* Try something

* Try fix

* Try fix

* Try fix

* Try fix

* Try fix

* Try fix

* Try fix

* Try something

* Try something

* Try something

* Try fix

* Try fix

* Try fix

* Try fix

* Updates

* Updates

* Drop

* Revert
  • Loading branch information
ethanwharris authored Aug 16, 2021
1 parent b766cc3 commit f733c26
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,6 @@ on: # Trigger the workflow on push or pull request, but only for the master bran
branches: [master]

jobs:
sphinx-docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ammaraskar/sphinx-action@master
with:
# git is required to clone the docs theme
# before custom requirement are resolved https://github.com/ammaraskar/sphinx-action/issues/16
pre-build-command: "apt-get update -y && apt-get install -y gcc git pandoc && pip install . && pip install -r ./requirements/docs.txt"
docs-folder: "docs/"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/upload-artifact@v2
with:
name: docs-results-${{ github.sha }}
path: docs/build/html/


make-docs:
runs-on: ubuntu-20.04

Expand Down

0 comments on commit f733c26

Please sign in to comment.