git-subtree-dir: external/fmt git-subtree-split: e1832bcf00ed53048aea1e4d2408a68301dcd50c
8 lines
123 B
Python
8 lines
123 B
Python
# Sphinx configuration for readthedocs.
|
|
|
|
import os, sys
|
|
|
|
master_doc = 'index'
|
|
html_theme = 'theme'
|
|
html_theme_path = ["."]
|