Skip to content

Development environment

All development for this library happens in the mkdocs_mknodes repo on GitHub. First, you'll need to download the source code and install an editable version of the Python package:

# Clone the repository
git clone https://github.com/phil65/mkdocs_mknodes.git
cd mkdocs_mknodes

Build system

Uv is used as the build system.

pip install uv

More information