File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,26 @@ jobs:
2020 pip freeze
2121 - name : Run pre-commit
2222 run : pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )
23- docs :
24- name : Documentation
25- runs-on : ubuntu-latest
26- strategy :
27- matrix :
28- python-version : ["3.8"]
29- steps :
30- - uses : actions/checkout@v2
31- - name : Set up Python ${{ matrix.python-version }}
32- uses : actions/setup-python@v2
33- with :
34- python-version : ${{ matrix.python-version }}
35- - name : Install dependencies
36- run : pip install tox
37- - name : Check RST conformity with doc8
38- run : tox -e doc8
39- - name : Check docstring coverage
40- run : tox -e docstr-coverage
41- - name : Check documentation build with Sphinx
42- run : tox -e docs
23+ # docs:
24+ # name: Documentation
25+ # runs-on: ubuntu-latest
26+ # strategy:
27+ # matrix:
28+ # python-version: ["3.8"]
29+ # steps:
30+ # - uses: actions/checkout@v2
31+ # - name: Set up Python ${{ matrix.python-version }}
32+ # uses: actions/setup-python@v2
33+ # with:
34+ # python-version: ${{ matrix.python-version }}
35+ # - name: Install dependencies
36+ # run: pip install tox
37+ # - name: Check RST conformity with doc8
38+ # run: tox -e doc8
39+ # - name: Check docstring coverage
40+ # run: tox -e docstr-coverage
41+ # - name: Check documentation build with Sphinx
42+ # run: tox -e docs
4343 tests :
4444 name : Tests
4545 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments