Skip to content

Commit

Permalink
Force specific version of sphinx.
Browse files Browse the repository at this point in the history
Summary: Use sphinx version 3.4.3 until resolution of the linked issue: sphinx-doc/sphinx#8880

Reviewers: #popart, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, samk, shirazb

Reviewed By: #popart, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, samk, shirazb

Maniphest Tasks: T34329

Differential Revision: https://phabricator.sourcevertex.net/D40590
  • Loading branch information
arp2600 committed Feb 15, 2021
1 parent 52a034b commit f2a8acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/gen_docs.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ virtualenv -p python3 ${VENV}
source ${VENV}/bin/activate

pip install numpy
pip install sphinx
# There is an error when using sphinx 3.5.0.
# https://github.com/sphinx-doc/sphinx/issues/8880
pip install sphinx==3.4.3

source @POPLAR_ENABLE_SCRIPT@

Expand Down

0 comments on commit f2a8acd

Please sign in to comment.