From 36675cb5aa5685712e20dcfa60e911a2ed0b0edf Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 28 Aug 2023 17:49:43 +0200 Subject: [PATCH] Initializing ReadTheDocs [skip ci] --- docs/conf.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cce0eb60..99ba8c71 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,4 +16,13 @@ extensions = [ language = 'English' exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] -html_theme = "sphinx_rtd_theme" \ No newline at end of file +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" \ No newline at end of file