8 lines
123 B
Python
Raw Normal View History

2024-12-19 13:14:37 +08:00
# Sphinx configuration for readthedocs.
import os, sys
master_doc = 'index'
html_theme = 'theme'
html_theme_path = ["."]