From 01fd36fae49fbec5412f67c6f4d01d62ef221eb6 Mon Sep 17 00:00:00 2001 From: soodifficult Date: Tue, 31 Oct 2023 11:00:53 +0800 Subject: [PATCH] Update conf --- conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.py b/conf.py index f96e797..cab31cf 100644 --- a/conf.py +++ b/conf.py @@ -38,8 +38,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['recommonmark' -] +extensions = ['recommonmark'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']