summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-06-18 11:52:05 (GMT)
committerGitHub <noreply@github.com>2023-06-18 11:52:05 (GMT)
commitbc07c8f096791d678ca5c1e3486cb9648f7a027b (patch)
tree59a38aad3d156715b8746dff7a6460846b236a3d /.github
parentdba72175116373c1d15e25d84c88b516daf9f5c4 (diff)
downloadcpython-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.yml4
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