| # ITT/JIT APIs Documentation |
| |
| ## Overview |
| |
| This repository contains the source files for the ITT/JIT APIs online documentation, |
| which is hosted on GitHub Pages. [View the documentation here](https://intel.github.io/ittapi). |
| |
| ## Build Documentation from Sources |
| |
| 1. Install Sphinx and the required Sphinx theme: |
| ```bash |
| pip install sphinx sphinx_rtd_theme |
| 2. Navigate to the Documentation source folder: |
| ```bash |
| cd <ittapi_dir>/docs |
| 3. Build the Documentation with the following command: |
| ```bash |
| python -m sphinx . build |