1
0
mirror of https://github.com/fmtlib/fmt.git synced 2025-03-22 01:21:13 +00:00
2015-05-22 06:47:05 -07:00

8 lines
123 B
Python

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