mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-29 00:55:42 +00:00
19 lines
430 B
Python
19 lines
430 B
Python
project = 'RetroDECK'
|
|
author = 'RetroDECK Team'
|
|
|
|
extensions = [
|
|
'sphinx.ext.autodoc',
|
|
'sphinx.ext.doctest',
|
|
'sphinx.ext.intersphinx',
|
|
'sphinx.ext.todo',
|
|
'sphinx.ext.coverage',
|
|
'sphinx.ext.mathjax',
|
|
'sphinx.ext.ifconfig',
|
|
'sphinx.ext.viewcode',
|
|
'sphinx_rtd_theme',
|
|
'myst_parser',
|
|
]
|
|
|
|
language = 'English'
|
|
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|
html_theme = "sphinx_rtd_theme" |