Skip to content

Sync __version__ with pyproject.toml (2.9.0) (JOSS review) #255

Sync __version__ with pyproject.toml (2.9.0) (JOSS review)

Sync __version__ with pyproject.toml (2.9.0) (JOSS review) #255

Workflow file for this run

name: "Pull Request Docs Check"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.12']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: directly build sphinx (plugin only supports python 3.8)
run: |
pip install -r docs/requirements.txt
sphinx-build docs/source ./docs/build/html/