Add six dep to build the docs in hacking doc

This commit is contained in:
rallytime 2014-11-17 13:17:37 -07:00
parent 6eb90b7e0c
commit 4660a04d30

View File

@ -226,12 +226,14 @@ Editing and previewing the documentation
----------------------------------------
You need ``sphinx-build`` command to build the docs. In Debian/Ubuntu this is
provided in the ``python-sphinx`` package. Sphinx can also be installed
to a virtualenv using pip:
provided in the ``python-sphinx`` package. ``six`` is also needed to build the
docs and is available on Debian/Ubuntu systems as ``python-six``. Sphinx and
six can also be installed to a virtualenv using pip:
.. code-block:: bash
pip install Sphinx
pip install six
Change to salt documentation directory, then: