From 5fca39f32cf5ed2e3971ef902eee8345ec352102 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Fri, 20 Jan 2023 16:48:09 +0000 Subject: [PATCH] [DOCS] Add RTD extentions to config --- docs/source/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b453e64..afb337e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,8 +15,8 @@ release = '1.1' # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ - 'sphinx.ext.duration', - 'myst_parser', + 'sphinx.ext.duration', + 'myst_parser', ] myst_enable_extensions = ['colon_fence'] @@ -25,7 +25,6 @@ templates_path = ['_templates'] exclude_patterns = [] - # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output