Skip to content

Removed old function import #3

Removed old function import

Removed old function import #3

Workflow file for this run

name: Build docs
on:
push:
branches: [ main ]
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Installing package and dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install sphinx
- name: Building HTML docs
run: make -C docs html