Skip to content

Allow python versions between 3.9 and 3.12 #97

Allow python versions between 3.9 and 3.12

Allow python versions between 3.9 and 3.12 #97

Workflow file for this run

name: "Check documentation"
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"