Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit e2561c8

Browse files
rdeggesmraible
authored andcommitted
Installing a pinned release of Sphinx. (#1175)
This will help us avoid issues with docs search across SDKs in the future.
1 parent 95452b8 commit e2561c8

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -n "$BUILD_DOCS" ]; then
1313
fi
1414

1515
info "Installing Sphinx..."
16-
pip -q install --user sphinx &> $WORKDIR/target/pip.log
16+
pip -q install --user -r ./ci/requirements.txt &> $WORKDIR/target/pip.log
1717
EXIT_CODE=$?
1818
if [ "$EXIT_CODE" -ne 0 ]; then
1919
error "Error installing Sphinx"

ci/requirements.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
alabaster==0.7.7
2+
argh==0.26.1
3+
Babel==2.2.0
4+
backports-abc==0.4
5+
backports.ssl-match-hostname==3.5.0.1
6+
certifi==2016.2.28
7+
docutils==0.12
8+
Jinja2==2.8
9+
livereload==2.4.1
10+
MarkupSafe==0.23
11+
pathtools==0.1.2
12+
port-for==0.3.1
13+
Pygments==2.1.3
14+
pytz==2016.1
15+
PyYAML==3.11
16+
singledispatch==3.4.0.3
17+
six==1.10.0
18+
snowballstemmer==1.2.1
19+
Sphinx==1.3.6
20+
sphinx-autobuild==0.6.0
21+
tornado==4.3
22+
watchdog==0.8.3

0 commit comments

Comments
 (0)