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

Commit 3dcbe78

Browse files
committed
Pin sphinx to 4.0 to fix build issues
The following error was being returned when using the latest version of sphinx: <openapi>:1:Problem in http domain: field is supposed to use role 'obj', but that role is not in the domain. This is caused by an incompatibility with the current version of sphinxcontrib-httpdomain. The issues does not exist in sphinx 0.4. Signed-off-by: Andrea Gunderson <agunde@bitwise.io>
1 parent 3916f0c commit 3dcbe78

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)