Aaron Peapell 06be9c6524 Created
2021-03-15 12:17:43 +11:00

8 lines
123 B
Python

# Sphinx configuration for readthedocs.
import os, sys
master_doc = 'index'
html_theme = 'theme'
html_theme_path = ["."]