Skip to content

Update changelog and version in preparation for a 7.1.0 release #935

Update changelog and version in preparation for a 7.1.0 release

Update changelog and version in preparation for a 7.1.0 release #935

name: Doc build
on: [pull_request, workflow_dispatch]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.10
uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Install dependencies and local packages
run: python -m pip install .[docs]
- name: Build HTML documentation with Sphinx
run: |
cd docs
python -m sphinx -b html -W source build