This Github repository represents Mailgun's documentation site, located at http://documentation.mailgun.com. The site is based on the Sphinx documentation generator for Python.
To suggest changes to the documentation, please submit an Issue or Pull Request.
The documentation pages are built using the reStructuredText standard. Github supports RST, so modification via Github's editor is recommended.
Documentation is hosted via ReadTheDocs and changes are automatically deployed when code is merged into master. To monitor build statuses and debug failed builds, see the builds page.
If you find an issue, please submit the issue in Github directly. Documentation Issues
As always, if you need additional assistance, drop us a note through your Control Panel at https://app.mailgun.com/support.
Install Sphinx and then run
the command sphinx-build source build
. The built html files can then be found in the
build
directory.