All of the documentation is built using Sphinx, and it is hosted at ReadTheDocs http://uxsad.readthedocs.io/
First, you need to install the software needed to build the docs. You can
install it by running the following command in the docs directory (on
Windows, you may have to change pip3 to pip):
pip3 install -r requirements.txtIf you are on OSX/Linux, you can build the docs using this command:
make htmlOn Windows, you need to run this:
make.bat htmlOnce this completes, you can open _build/html/index.html to view the
generated documentation.