pip install -r requirements.txt
- locally:
python3 -m mkdocs serve
- online:
https://miyoocfw.gznetwork.com
python3 -m mkdocs build
- Read the Docs:
Building & hosting is done via https://readthedocs.com
pip install -r requirements.txt
python3 -m mkdocs serve
python3 -m mkdocs build