mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-30 01:25:55 +00:00
WIKI-RTD: trying to remove sphinx stuff
This commit is contained in:
parent
569d180e65
commit
0747b0083e
|
@ -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