mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
7 lines
123 B
Python
7 lines
123 B
Python
# Sphinx configuration for readthedocs.
|
|
|
|
import os, sys
|
|
|
|
master_doc = 'index'
|
|
html_theme = 'theme'
|
|
html_theme_path = ["."]
|