bd1c5c28ee
Merge commit 'a9f62a15cdc6528b804d214325488ba52c619313' as 'externals/fmt'
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 = ["."]
|