Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 382 Bytes

File metadata and controls

22 lines (16 loc) · 382 Bytes

OwlGaming Documentation

The OwlGaming Documentation.

This can be found at https://docs.owlgaming.net/

If working on locally you can build the environment by using sphinx-autobuild

Windows

pip install -r requirements.txt
pip install sphinx-autobuild
make html

Linux/MacOS

pip install -r requirements.txt
pip install sphinx-autobuild
./Makefile html