From aee8d2527109f9990e1fc57a62a0759154a0b5b5 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Thu, 16 Feb 2023 21:21:05 +0800 Subject: [PATCH] tmpl: Sync with template --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index e27ba19..e52ee20 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -21,7 +21,7 @@ Then, add the extension name to ``extensions`` configuration item in your conf.p extensions = [ # … - 'sphinxnotes-isso', + 'sphinxnotes.isso', # … ]