Skip to content

OwlWright/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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