summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/docs.yml2
-rw-r--r--docs/requirements.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index c7ec6da8e2..4206c58e35 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -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
diff --git a/docs/requirements.txt b/docs/requirements.txt
index e234972a3b..7708cbe588 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,4 +1,5 @@
pyenchant
Sphinx>=4.5.0
sphinxcontrib-spelling
+black==23.12.1
blacken-docs