Initializing ReadTheDocs [skip ci]

This commit is contained in:
XargonWan 2023-08-28 16:54:54 +02:00
parent f7bcf85941
commit 0667c864c0

View file

@ -11,11 +11,9 @@ extensions = [
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx_rtd_theme',
'myst_parser',
]
source_suffix = '.rst'
master_doc = 'index'
language = 'English'
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
pygments_style = None
html_theme = "sphinx_rtd_theme"