diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-29 10:39:35 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-29 10:41:07 -0700 |
commit | 1bc9852e7925244233f846bf0d6e6d557e0a0fcf (patch) | |
tree | 9fb058554f23cee473a9ac6093af41978bcb7410 | |
parent | 78a27abf29fea186ab9656ead3604767e1026e03 (diff) |
Revert "Bump Sphinx version to 1.7.9"
A change between 1.3 and 1.7.9 introduced a memory leak which is causing
our builds to take >3Gb of memory.
Reverting this until we can track down the issue.
This reverts commit f0c78d7f71fa697d0722c9f320e7ea2f72fdeaae.
Change-Id: Ib8a8ad5840d95ca98b579b333b7263a07f9843a2
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | etc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index 631147a1e..7550086ff 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,5 +1,5 @@ tox -Sphinx==1.7.9 +Sphinx==1.3.1 doc8 docutils==0.12 setuptools |