summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2017-09-04 18:42:33 +0200
committerLuigi Toscano <ltoscano@redhat.com>2017-09-04 18:43:22 +0200
commit889cbb56133afe348093c2d289186561a07c83c6 (patch)
treeacdbdee349956b856e1a68a8ad6fb04e81413633 /tox.ini
parent955e7b5bc8cf4c4bc8c71d365d664bb3474d6b50 (diff)
downloadpython-saharaclient-889cbb56133afe348093c2d289186561a07c83c6.tar.gz
Reorganize the documentation following the new structure
- move api as "reference" guide and reword as Python client; - consolidate shell and cli as part of the "CLI" guide; - remove the "how_to_participate" page and use part of the content from the old index for a minimal "contributor" guide which redirect to the sahara contributor guide (no need to duplicate the information); - remove few references to doc/source/api from tox.ini and .gitignore (for some reason the directory was cleaned). Change-Id: Iff049ab32a7695a7a58bd370a1517b1ed7d2f048
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 59b6510..b1e8de7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,7 +55,6 @@ commands = {posargs}
[testenv:docs]
commands =
rm -rf doc/html doc/build
- rm -rf doc/source/apidoc doc/source/api
python setup.py build_sphinx
whitelist_externals =
rm