Skip to content

ci: pre-commit autoupdate #409

ci: pre-commit autoupdate

ci: pre-commit autoupdate #409

Workflow file for this run

name: Docs
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docs:
runs-on: ubuntu-latest
name: docs
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: python -m pip install sphinx
- name: Build docs
run: |
cd docs
sphinx-build -W -b html -d _build/doctrees . _build/html