diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-08-22 12:18:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 12:18:39 (GMT) |
commit | 9d00379e2c8dbf527cc113054b82f2fbde3e731c (patch) | |
tree | 68bc0807835ae626d368c91f56d82da735157942 /.github | |
parent | d678ee771931a391212ef41e61e9717b43867e35 (diff) | |
download | cpython-9d00379e2c8dbf527cc113054b82f2fbde3e731c.zip cpython-9d00379e2c8dbf527cc113054b82f2fbde3e731c.tar.gz cpython-9d00379e2c8dbf527cc113054b82f2fbde3e731c.tar.bz2 |
[3.11] Docs: move sphinx-lint to pre-commit (GH-105750) (#108276)
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 9c1ed27..f8e166b 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -26,8 +26,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 - name: 'Upload' @@ -37,8 +35,6 @@ jobs: path: Doc/build/html # 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 |