/doc.pmmp.io

Documentation for PocketMine-MP

Primary LanguagePython

PocketMine-MP Documentation

This repository contains the source files for http://doc.pmmp.io/.

The documentation is built and hosted by https://readthedocs.org/.

Build local

Pre-requisites

  • python3
  • pip
  • install the requirements using pip install -r requirements.txt

Once you've done the above, you can build the site by running make html. The HTML output files will be placed in the ./build directory.