Skip to content

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

Bump sphinx-rtd-theme from 1.2.2 to 1.3.0

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

Workflow file for this run

name: Build docs
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install poetry
make install
- name: Build docs
run: |
make build-docs