This project provides a theme optimized for developer and API documentation to be used with MkDocs projects.
Install the theme with pip:
pip install mkdocs-moonstone
After the theme is installed, edit your [mkdocs.yml] file and set the theme
[name] to moonstone
:
theme:
name: moonstone
To learn more about Moonstone and its configuration options visit the project's documentation.