diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-06-18 12:21:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 12:21:34 (GMT) |
commit | 6baddd9fb25e03040c1c07c410eae834463874d1 (patch) | |
tree | 08a8dcc6a87e38e964076672106cbb329610f58a /Doc/requirements.txt | |
parent | b34f1df5fa2a8745d6d54e93e5b54624abd65c30 (diff) | |
download | cpython-6baddd9fb25e03040c1c07c410eae834463874d1.zip cpython-6baddd9fb25e03040c1c07c410eae834463874d1.tar.gz cpython-6baddd9fb25e03040c1c07c410eae834463874d1.tar.bz2 |
[3.12] Docs: move sphinx-lint to pre-commit (GH-105750) (#105894)
Docs: move sphinx-lint to pre-commit (GH-105750)
(cherry picked from commit bc07c8f096791d678ca5c1e3486cb9648f7a027b)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/requirements.txt')
-rw-r--r-- | Doc/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 9cbd15c..4c9d02e 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -10,7 +10,6 @@ sphinx==4.5.0 blurb -sphinx-lint==0.6.7 sphinxext-opengraph==0.7.5 # The theme used by the documentation is stored separately, so we need |