WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Bump pytest from 9.0.1 to 9.0.2 in the python-dependencies group #140

Bump pytest from 9.0.1 to 9.0.2 in the python-dependencies group

Bump pytest from 9.0.1 to 9.0.2 in the python-dependencies group #140

Workflow file for this run

name: βš’οΈ Sphinx Docs Build
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build-docs:
name: πŸ‘·β€β™‚οΈ Build Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r doc/requirements-docs.txt
- name: Build Sphinx documentation
run: |
sphinx-build -b html doc/source doc/build/html