Skip to content

Changed matrix to run based on RPYC_BIND_THREADS setting and python v… #17

Changed matrix to run based on RPYC_BIND_THREADS setting and python v…

Changed matrix to run based on RPYC_BIND_THREADS setting and python v… #17

Workflow file for this run

name: "Sphinx Test"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
docs-linkcheck-nitpicky:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install Dependencies
run: |
pip install -r docs/requirements.txt
- name: Build linkcheck with nit-picky mode
working-directory: docs
run: |
sphinx-build -W --keep-going -b linkcheck -n -d _build/doctrees . _build/linkcheck