geode/fmt/support/rtd/conf.py
2022-07-30 19:24:03 +03:00

7 lines
123 B
Python

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