mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +00:00
Merge branch 'feat/wiki-rtd' of https://github.com/XargonWan/RetroDECK into feat/wiki-rtd
This commit is contained in:
commit
7c74b52b44
|
@ -2,15 +2,15 @@ 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',
|
||||
# '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',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue