mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
git-subtree-dir: externals/fmt git-subtree-split: 398343897f98b88ade80bbebdcbe82a36c65a980
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 = ["."]
|