Runs sphinx-lint in the CI

pull/724/head
Tpt 9 months ago committed by Thomas Tanon
parent f01796b1a4
commit d1da94b08b
  1. 2
      .github/workflows/tests.yml
  2. 1
      python/requirements.dev.txt

@ -278,6 +278,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