This is the source code for the OTX documentation. It is built using sphinx-design and myst parser.
To install the dependencies, run the following command:
pip install otx[docs]
To build the documentation, run the following command:
sphinx-build -b html source build