We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make doclinter
1 parent da0733b commit b45fee6Copy full SHA for b45fee6
‎.github/workflows/lint.yml‎
@@ -85,16 +85,7 @@ jobs:
85
python -m pip install --upgrade pip
86
python -m pip install --upgrade sphinx-lint
87
- name: Lint documentation with sphinx-lint
88
- run: >
89
- sphinx-lint
90
- --enable line-too-long
91
- --max-line-length 85
92
- AUTHORS.rst
93
- CHANGES.rst
94
- CODE_OF_CONDUCT.rst
95
- CONTRIBUTING.rst
96
- README.rst
97
- doc/
+ run: make doclinter
98
99
twine:
100
runs-on: ubuntu-latest
0 commit comments