To install all dependencies with Python 3, run
pip install -r requirements.txtTo build and run the documentation then simply run
mkdocs build- This proof-of-concept is built using MkDocs Material
- Changes merged into the mainbranch will be automatically build and published at: https://ray-project.github.io/q4-2021-docs-hackathon
- Using mike to manage versioning
- Note that the Github CI is using a fake version (i.e. v0.3). It will always deploy changes to the 0.3 version just for demo purposes.
 
- Code snippets are include using mdx_include
- Jupyter notebooks get rendered on the fly with mkdocs-jupyter
- API references are generated with mkdocstrings