Skip to content

chore: Remove py3.14 tests for Dj4.2 and Dj5.1 #1154

chore: Remove py3.14 tests for Dj4.2 and Dj5.1

chore: Remove py3.14 tests for Dj4.2 and Dj5.1 #1154

Workflow file for this run

name: Docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
name: docs
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- run: python -m pip install -r docs/requirements.txt
- name: Build docs
run: |
cd docs
sphinx-build -W -b html -d build/doctrees . build/html