mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add six dep to build the docs in hacking doc
This commit is contained in:
parent
6eb90b7e0c
commit
4660a04d30
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user