Skip to content

DM-55497: Add v30.0.9 release notes #807

DM-55497: Add v30.0.9 release notes

DM-55497: Add v30.0.9 release notes #807

Workflow file for this run

name: docs
on:
push:
branches:
- main
pull_request:
jobs:
build_sphinx_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
# Need to clone everything for the git tags.
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
cache: "pip"
cache-dependency-path: "setup.cfg"
- name: Update pip/wheel infrastructure
run: |
python -m pip install --upgrade pip
pip install uv
uv pip install --system wheel
- name: Install dependencies
run: |
uv pip install --system -r requirements.txt
- name: Build and install
run: uv pip install --system --no-deps -v .
- name: Install documenteer
run: uv pip install --system -r doc/requirements.txt
- name: Build documentation
working-directory: ./doc
run: package-docs build -n