Skip to content

Add Django 5.1, 5.2 and Python 3.14 in test matrix #201

Add Django 5.1, 5.2 and Python 3.14 in test matrix

Add Django 5.1, 5.2 and Python 3.14 in test matrix #201

Workflow file for this run

name: Docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
cache: 'pip'
cache-dependency-path: 'docs/requirements.txt'
- name: Install dependencies
run: pip install -r docs/requirements.txt
- name: Build docs
run: |
cd docs
make html