awx/awxkit/awxkit/cli/docs/README.md
Ryan Petrello 32627ce51a
promote AWX CLI installation instructions to the global INSTALL.md
a few users have had trouble finding these instructions, so let's move
them into the top level installation docs
2020-03-30 11:46:10 -04:00

370 B

Building the Documentation

To build the docs, spin up a real AWX server, pip install sphinx sphinxcontrib-autoprogram, and run:

~ TOWER_HOST=https://awx.example.org TOWER_USERNAME=example TOWER_PASSWORD=secret make clean html
~ cd build/html/ && python -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ..