This repository contains the source files for the ITT/JIT APIs online documentation, which is hosted on GitHub Pages. View the documentation here.
- Install Sphinx and the required Sphinx theme:
pip install sphinx sphinx_rtd_theme
- Navigate to the Documentation source folder:
cd <ittapi_dir>/docs
- Build the Documentation with the following command:
python -m sphinx . build