diff --git a/wiki-rtd/conf.py b/wiki-rtd/conf.py index be805dcb..10da1c4e 100644 --- a/wiki-rtd/conf.py +++ b/wiki-rtd/conf.py @@ -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', ]