Skip to content

Bump scipy from 1.5.4 to 1.10.0 #98

Bump scipy from 1.5.4 to 1.10.0

Bump scipy from 1.5.4 to 1.10.0 #98

name: Build Sphinx Documentation
on:
pull_request:
branches: [ master ]
jobs:
sphinx-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- 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: "sudo apt-get update -y && sudo apt-get install -y git && pip install . && pip install -r docs/requirements.txt"
build-command: "sphinx-build -b html source build"
docs-folder: "docs/"
- uses: actions/upload-artifact@master
with:
name: Documentation
path: docs/build/