Initializing ReadTheDocs [skip ci]

This commit is contained in:
XargonWan 2023-08-28 17:49:43 +02:00
parent d7cbf66527
commit 36675cb5aa

View file

@ -16,4 +16,13 @@ extensions = [
language = 'English'
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
html_theme = "sphinx_rtd_theme"
html_theme = "sphinx_rtd_theme"
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
source_suffix = [".rst", ".md", ".html"]
# source_suffix = '.rst'
# The master toctree document.
master_doc = "index"