mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-03-02 11:03:48 +01:00
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 = ["."]
|