Skip to content

Commit da7d696

Browse files
Remove the pre-commit hook for doc generation
1 parent d65b249 commit da7d696

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.pre-commit-config.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,6 @@ repos:
103103
]
104104
exclude: tests(/\w*)*/functional/|tests/input|tests(/\w*)*data/|doc/
105105
stages: [manual]
106-
- id: sphinx-generated-doc
107-
alias: sphinx-generated-doc
108-
name: sphinx-generated-doc
109-
entry: make -C doc/ html
110-
pass_filenames: false
111-
language: system
112-
stages: [pre-push]
113106
- id: check-newsfragments
114107
name: Check newsfragments
115108
entry: python3 -m script.check_newsfragments

doc/development_guide/contributor_guide/tests/install.rst

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ This ensures your testing environment is similar to Pylint's testing environment
2828
pre-commit hooks which should take care of the autoformatting for you before each
2929
commit. To enable it, run ``pre-commit install`` in the ``pylint`` root directory.
3030

31-
**Even more optionally**: You can enable slow on push hooks with ``pre-commit install --install-hooks -t pre-push``.
32-
It will do slow checks like checking that the generated documentation is up to date
33-
before each push.
34-
3531
Astroid installation
3632
--------------------
3733

0 commit comments

Comments
 (0)