mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
| .. | ||
| pylib | ||
| source | ||
| checkenv.sh | ||
| deploy.sh | ||
| LICENSE | ||
| make.bat | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
evennia-docs
Documentation for the Evennia MUD creation system.
The live documentation is available at https://evennia.github.io/evennia/.
building the docs
Prerequisits
- Clone the evennia repository.
- Follow the normal Evennia Getting-Started instructions. Use a virtualenv and create
a new game folder called
gamedirat the same level as yourevenniarepo and run migrations in it.
(top)
|
----- evennia/
|
----- gamedir/
- Make sure you are in your virtualenv. Go to
evennia/docs/and install therequirements.txtor runmake installto do the same.
Building the docs.
With your build environment set up as above, stand in the evennia/docs directory and run make local. This builds the documentation.