diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-06-18 11:52:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 11:52:05 (GMT) |
commit | bc07c8f096791d678ca5c1e3486cb9648f7a027b (patch) | |
tree | 59a38aad3d156715b8746dff7a6460846b236a3d /.github | |
parent | dba72175116373c1d15e25d84c88b516daf9f5c4 (diff) | |
download | cpython-bc07c8f096791d678ca5c1e3486cb9648f7a027b.zip cpython-bc07c8f096791d678ca5c1e3486cb9648f7a027b.tar.gz cpython-bc07c8f096791d678ca5c1e3486cb9648f7a027b.tar.bz2 |
Docs: move sphinx-lint to pre-commit (#105750)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/reusable-docs.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index 8a271e8..c5a15a1 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -28,8 +28,6 @@ jobs: cache-dependency-path: 'Doc/requirements.txt' - name: 'Install build dependencies' run: make -C Doc/ venv - - name: 'Check documentation' - run: make -C Doc/ check - name: 'Build HTML documentation' run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html @@ -59,8 +57,6 @@ jobs: make -C Doc/ PYTHON=../python SPHINXOPTS="-q -n -W --keep-going" html 2>&1 # This build doesn't use problem matchers or check annotations - # It also does not run 'make check', as sphinx-lint is not installed into the - # environment. build_doc_oldest_supported_sphinx: name: 'Docs (Oldest Sphinx)' runs-on: ubuntu-latest |