Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.13 KB

DoTS documentation

mkdocs mkdocs-material

Official DoTS documentation built with MkDocs (turn Markdown files into static HTML pages) and Material for MkDocs (a Material Design theme for MkDocs).

Installation

virtualenv -p python3.8 venv
source venv/bin/activate
pip install -r requirements.txt

Start the live-reloading docs server

mkdocs serve

Build the documentation site

mkdocs build