From 7e1b2d32f6ec34ce440c651275baf01669996e0e Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 13 Apr 2022 11:35:37 +0200 Subject: [PATCH] modified doc conf --- docs/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3bd5779..cf9fdb9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,8 +30,7 @@ release = '1.0.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [ -] +extensions = ['myst_parser'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -47,7 +46,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,