Skip to content

Update ndarray requirement from =0.16.1 to =0.17.2 #197

Update ndarray requirement from =0.16.1 to =0.17.2

Update ndarray requirement from =0.16.1 to =0.17.2 #197

Workflow file for this run

# GitHub Action
# Builds sphinx documentation and pushes it to gh-pages
name: Documentation
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Install sphinx
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Build and deploy docs
run: bash ci/sphinx-documentation.sh