diff options
author | Alfredo Deza <alfredo.deza@inktank.com> | 2013-09-09 20:00:59 +0200 |
---|---|---|
committer | Alfredo Deza <alfredo.deza@inktank.com> | 2013-09-09 20:00:59 +0200 |
commit | 99c42e13eb467eeb746542625708c0a03184d4bf (patch) | |
tree | d4ec7f6ef1e3b709e0712cbe26e137e1e22695a7 /admin | |
parent | Merge pull request #577 from roaldvanloon/wip-automake (diff) | |
download | ceph-99c42e13eb467eeb746542625708c0a03184d4bf.tar.xz ceph-99c42e13eb467eeb746542625708c0a03184d4bf.zip |
make sure we use a version of sphinx that we can handle
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/doc-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index b088df083db..ce4654c6600 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,3 +1,3 @@ -Sphinx >=1.1.2 +Sphinx == 1.1.3 -e git+https://github.com/ceph/sphinx-ditaa.git#egg=sphinx-ditaa -e git+https://github.com/ceph/asphyxiate.git#egg=asphyxiate |