Merge branch 'feat/wiki-rtd' of https://github.com/XargonWan/RetroDECK into feat/wiki-rtd

This commit is contained in:
Lazorne 2023-11-28 16:49:36 +01:00
commit 7c74b52b44

View file

@ -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',
] ]