mirror of
https://github.com/django/django.git
synced 2025-03-10 01:12:53 +00:00
[4.2.x] Pinned black == 23.12.1 for blacken-docs checks.
This commit is contained in:
parent
71dd587da9
commit
9fe7411235
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- run: python -m pip install blacken-docs
|
- run: python -m pip install "black==23.12.1" blacken-docs
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: |
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
pyenchant
|
pyenchant
|
||||||
Sphinx>=4.5.0
|
Sphinx>=4.5.0
|
||||||
sphinxcontrib-spelling
|
sphinxcontrib-spelling
|
||||||
|
black==23.12.1
|
||||||
blacken-docs
|
blacken-docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user