Sphinx based docs site hosted on ReadTheDocs.
Scala docs are located here.
If you wish to run the docs locally install the following dependencies:
pip install sphinx sphinx-autobuild recommonmark sphinx_rtd_theme --upgrade
Then simply run:
cd docs
make html
sphinx-autobuild . _build/html
Browse to - https://localhost:8000