mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-08 16:10:05 +01:00
git-subtree-dir: externals/fmt git-subtree-split: 398343897f98b88ade80bbebdcbe82a36c65a980
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 = ["."]
|