mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-17 03:45: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'
|
author = 'RetroDECK Team'
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
# 'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.doctest',
|
# 'sphinx.ext.doctest',
|
||||||
'sphinx.ext.intersphinx',
|
# 'sphinx.ext.intersphinx',
|
||||||
'sphinx.ext.todo',
|
# 'sphinx.ext.todo',
|
||||||
'sphinx.ext.coverage',
|
# 'sphinx.ext.coverage',
|
||||||
'sphinx.ext.mathjax',
|
# 'sphinx.ext.mathjax',
|
||||||
'sphinx.ext.ifconfig',
|
# 'sphinx.ext.ifconfig',
|
||||||
'sphinx.ext.viewcode',
|
# 'sphinx.ext.viewcode',
|
||||||
'sphinx_rtd_theme',
|
# 'sphinx_rtd_theme',
|
||||||
'myst_parser',
|
'myst_parser',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue