Skip to content

Implement Python 3.12 compatible loader. Fixes #130. #16

Implement Python 3.12 compatible loader. Fixes #130.

Implement Python 3.12 compatible loader. Fixes #130. #16

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install -y python3-sphinx python3-sphinx-rtd-theme
- run: make -C docs html