From 42e1239e9d3d93d80532f13c8fedf477671da006 Mon Sep 17 00:00:00 2001
From: Christophe de Vienne <cdevienne@gmail.com>
Date: Sun, 30 Aug 2015 16:10:05 +0200
Subject: [PATCH] [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
---
 doc/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

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