1# Sphinx configuration for readthedocs. 2 3import os, sys 4 5master_doc = 'index' 6html_theme = 'theme' 7html_theme_path = ["."] 8