Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 32783eb

Browse files
authored
Merge pull request #2386 from Cargill/agunde406-pin-sphinx-1-3
Backport 1-3: Pin sphinx to 4.0 to fix build issues
2 parents 3916f0c + 3dcbe78 commit 32783eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/sawtooth-build-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN apt-get update && apt-get install -y -q \
102102
&& rm -rf /var/lib/apt/lists/* \
103103
&& pip3 install \
104104
docutils==0.16 \
105-
sphinx \
105+
sphinx==4.0 \
106106
sphinxcontrib-httpdomain \
107107
sphinxcontrib-openapi \
108108
sphinx_rtd_theme

0 commit comments

Comments
 (0)