blob: 97c78939dc0c32b31e2a0114efcc77b6896e1da1 [file] [log] [blame] [view]
# 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