This is the source for the libretro documentation, powered by MkDocs.
Material for MkDocs documentation
-
Make sure you have Python and pip installed
python --version pip --version
-
Install MkDocs
pip install mkdocs
-
Install MkDocs-Material
pip install mkdocs-material
-
Install PyMdown Extensions
pip install pymdown-extensions
-
Build the site
mkdocs build
-
The documentation will be built to the
site
directory