Skip to content

Bump certifi from 2022.12.7 to 2024.7.4 in /testproject #411

Bump certifi from 2022.12.7 to 2024.7.4 in /testproject

Bump certifi from 2022.12.7 to 2024.7.4 in /testproject #411

Workflow file for this run

name: Docs
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docs:
runs-on: ubuntu-latest
name: docs
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: python -m pip install sphinx
- name: Build docs
run: |
cd docs
sphinx-build -W -b html -d _build/doctrees . _build/html