Skip to content

Update pydantic to version 2.4 #157

Update pydantic to version 2.4

Update pydantic to version 2.4 #157

Workflow file for this run

name: Documentation Check
on:
pull_request:
push:
branches:
- main
jobs:
sphinx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: XanaduAI/sphinx-action@master
with:
docs-folder: "docs/"
pre-build-command: "apt install -y graphviz && pip3 install . && pip3 install -r docs/requirements.txt"
build-command: "sphinx-build -b html . _build -W --keep-going"