@ -14,7 +14,8 @@ release = 'master'
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [ " myst_parser " ]
extensions = [ " myst_parser " ,
" sphinx_rtd_theme " ]
myst_heading_anchors = 3
myst_heading_anchors = 3
templates_path = [ ' _templates ' ]
templates_path = [ ' _templates ' ]
@ -25,8 +26,5 @@ master_doc = 'index'
# -- Options for HTML output -------------------------------------------------
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = ' default '
html_static_path = [ ' _static ' ]
html_theme = ' sphinx_rtd_theme '
htmlhelp_basename = ' rtpenginedoc '
htmlhelp_basename = ' rtpenginedoc '