diff options
author | agardner <agardner@linuxfoundation.org> | 2017-12-15 16:52:31 -0500 |
---|---|---|
committer | agardner <agardner@linuxfoundation.org> | 2017-12-15 16:53:39 -0500 |
commit | 41b020a702cc12fd9be09e31874e3821880e11c4 (patch) | |
tree | 7019b365b46c376d652b0e121eb1f7cdf04b1bf2 /etc/requirements.txt | |
parent | 22f979b8d5a6861457f9c5a94f83c359f48a7ed4 (diff) |
Add tox and sphinx stuff for calipso
Also fix malformed table in admin guide
Change-Id: Ib15f93d0161b9f36be84553b2181419449dbfa2a
Signed-off-by: agardner <agardner@linuxfoundation.org>
Diffstat (limited to 'etc/requirements.txt')
-rw-r--r-- | etc/requirements.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt new file mode 100644 index 0000000..7550086 --- /dev/null +++ b/etc/requirements.txt @@ -0,0 +1,8 @@ +tox +Sphinx==1.3.1 +doc8 +docutils==0.12 +setuptools +six +sphinxcontrib-httpdomain +sphinx_bootstrap_theme>=0.4.11 |