Skip to content

Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 #438

Bump sphinx-rtd-theme from 1.2.2 to 1.3.0

Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 #438

Workflow file for this run

name: linters
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install Dependencies
run: poetry install
- name: Run linters
uses: pre-commit/action@v2.0.0