Skip to content

Latest commit

 

History

History

docs

Docs

Sphinx based docs site hosted on ReadTheDocs.

Scala docs are located here.

Running locally

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 - http:https://localhost:8000