Skip to content

Bump flake8 from 6.0.0 to 7.1.0 #276

Bump flake8 from 6.0.0 to 7.1.0

Bump flake8 from 6.0.0 to 7.1.0 #276

name: Documentation
on: [push]
jobs:
build-documentation:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v5.1.0
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Build documentation
run: sphinx-build -a -W -E -b html docs/source/ docs/build/