Skip to content

Building Documentation


To build Mapify's docs, you'll need to have Python 3 and Pip installed.

To install the required dependencies, you can run the following command:

python -m pip install -r docs/requirements.txt
To serve the documentation locally, you can run
python -m mkdocs serve

It can then be accessed at http://127.0.0.1:8000/.

For information on how MkDocs works, check out their documentation.