Skip to content

build(deps-dev): Bump pylint from 4.0.3 to 4.0.4 #553

build(deps-dev): Bump pylint from 4.0.3 to 4.0.4

build(deps-dev): Bump pylint from 4.0.3 to 4.0.4 #553

Workflow file for this run

name: docs
on:
pull_request:
branches: ['main']
permissions: {}
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Setup python 3.14
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: '3.14'
cache: 'pip'
- name: Install deps
run: pip install -r requirements-docs.txt
- name: Build docs
run: sphinx-build source apidocs -bhtml