diff options
author | Christophe de Vienne <cdevienne@gmail.com> | 2015-08-30 16:10:05 +0200 |
---|---|---|
committer | Chris Dent <cdent@anticdent.org> | 2016-03-08 11:30:20 +0000 |
commit | 42e1239e9d3d93d80532f13c8fedf477671da006 (patch) | |
tree | 85cdd0f98832fad2d1e77a644f662fcd9fc07e37 | |
parent | b749712221e3273ac15568da6fc2f419fffe3e97 (diff) | |
download | wsme-42e1239e9d3d93d80532f13c8fedf477671da006.tar.gz |
[doc] Complete doc requirements
Currently readthedocs is unable to build the documentation because not all the
dependencies gets installed.
This patch add the wsme requirements to the doc requirements, with the hope
it fixes the build on readthedocs.
Change-Id: Ib17d3e77ec1eb0d200a0c478663c7cbd2710aed3
-rw-r--r-- | doc/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index c577a66..57dd1d9 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,2 +1,3 @@ sphinx cloud_sptheme +-r ../requirements.txt |