From 976a0590bb6f82f153cd9fea5832f0f83a8fbe5c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 25 Feb 2008 20:17:56 +0000 Subject: [PATCH] Rename sphinx.addons to sphinx.ext. --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index bca1bef4d4..10b9d6e44d 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -13,7 +13,7 @@ sys.path.append('tools/sphinxext') # General configuration # --------------------- -extensions = ['sphinx.addons.refcounting', 'sphinx.addons.coverage'] +extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage'] # General substitutions. project = 'Python' -- 2.40.0