This is a manual for the Eureka Doom Editor
Work in progress
The docs are built with Sphinx. You need Python installed, use pip to install Sphinx:
$ pip install sphinx
For more installation options see here.
To build:
$ make html
To auto-build on change detection, and serve the site for development:
$ sphinx-autobuild source/ build/
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.