Skip to content

Don't include type hints on IntEnum members #914

Don't include type hints on IntEnum members

Don't include type hints on IntEnum members #914

name: Doc build
on: [pull_request, workflow_dispatch]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
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