Skip to content

Added from __future__ import annotations to all files #88

Added from __future__ import annotations to all files

Added from __future__ import annotations to all files #88

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/"