mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add info about how to build the docs with sphinx
This commit is contained in:
parent
b51123b9a8
commit
a21aa82b65
1 changed files with 9 additions and 0 deletions
|
@ -32,6 +32,15 @@ those who are looking forward to contribute.
|
|||
|
||||
.. __: http://opencomparison.readthedocs.org/en/latest/contributing.html
|
||||
|
||||
Editing and Previewing the Docs
|
||||
-------------------------------
|
||||
You need ``sphinx-build`` to build the docs. In Debian/ubuntu, this is provided in the ``python-sphinx`` package.
|
||||
|
||||
Then::
|
||||
|
||||
cd doc; make html
|
||||
|
||||
|
||||
Getting the tests running
|
||||
-------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue