Skip to content

Make the docs more user friendly #215

Make the docs more user friendly

Make the docs more user friendly #215

Workflow file for this run

name: Build Docs
on: [push, pull_request]
permissions:
id-token: write
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Build docs
run: tox -e docs