Initializing ReadTheDocs [skip ci]

This commit is contained in:
XargonWan 2023-08-28 16:32:54 +02:00
parent 61bfb9231b
commit d0d10f1773

View file

@ -13,13 +13,9 @@ extensions = [
] ]
templates_path = ['_templates'] templates_path = ['_templates']
source_suffix = '.rst' source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
language = 'English'
language = None
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
pygments_style = None pygments_style = None
html_theme = "sphinx_rtd_theme"