Runs sphinx-lint in the CI

pull/720/head
Tpt 1 year ago
parent 42a66f62b9
commit acca0112a2
  1. 2
      .github/workflows/tests.yml
  2. 1
      python/requirements.dev.txt

@ -280,6 +280,8 @@ jobs:
working-directory: ./python
- run: python -m ruff check --output-format=github .
working-directory: ./python
- run: sphinx-lint docs
working-directory: ./python
python_msv:
runs-on: ubuntu-latest

@ -3,3 +3,4 @@ maturin~=1.0
mypy~=1.0
ruff~=0.1.0
sphinx~=7.0
sphinx-lint~=0.9.1

Loading…
Cancel
Save