Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Unpin Sphinx version #4

Merged
merged 1 commit into from
Jan 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/supply-chain-build-docs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN echo "deb http://repo.sawtooth.me/ubuntu/ci bionic universe" >> /etc/apt/sou
&& apt-get install -y -q \
build-essential \
git \
latexmk \
pep8 \
python3-colorlog \
python3-dev \
Expand Down Expand Up @@ -75,7 +76,7 @@ RUN apt-get update && apt-get install -y -q \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install \
sphinx==1.5.6 \
sphinx \
sphinxcontrib-httpdomain \
sphinxcontrib-openapi \
sphinx_rtd_theme
Expand Down