Skip to content

Bump django from 4.0.8 to 4.1.10 (#161) #169

Bump django from 4.0.8 to 4.1.10 (#161)

Bump django from 4.0.8 to 4.1.10 (#161) #169

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@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- run: python -m pip install -r docs/requirements.txt
- name: Build docs
run: |
cd docs
sphinx-build -b dirhtml -n -d build/doctrees . build/dirhtml