Skip to content

Update sphinx requirement from <=8.3.0,>=7.3.7 to >=8.1.3,<=8.3.0 #527

Update sphinx requirement from <=8.3.0,>=7.3.7 to >=8.1.3,<=8.3.0

Update sphinx requirement from <=8.3.0,>=7.3.7 to >=8.1.3,<=8.3.0 #527

Workflow file for this run

name: Docs
on:
pull_request:
branches: ['main']
types: [opened, reopened, ready_for_review, synchronize]
workflow_dispatch:
jobs:
build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
cache: pip
- name: Install tox
run: |
pip install --upgrade pip
pip install tox
- name: Build docs
run: |
tox -e docs