Skip to content

Bump doc8 from 1.1.1 to 1.1.2 #191

Bump doc8 from 1.1.1 to 1.1.2

Bump doc8 from 1.1.1 to 1.1.2 #191

Workflow file for this run

name: "Docs"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install documentation requirements
run: "pip install .[docs] && pip install sphinx_design"
- name: Build docs
run: "make -C doc html"
- name: Build landing-page
run: "make -C doc/landing-page html"