mirror of
https://github.com/django/django.git
synced 2025-03-09 17:02:43 +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
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
cd docs
|
||||
|
@ -1,4 +1,5 @@
|
||||
pyenchant
|
||||
Sphinx>=4.5.0
|
||||
sphinxcontrib-spelling
|
||||
black==23.12.1
|
||||
blacken-docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user