Skip to content

Add poetry and linting #205

Add poetry and linting

Add poetry and linting #205

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 -D todo_include_todos=0 docs ./docs/build/html/