From aaed37d00417014e35bb2dc97cc95a2aa89b6bf9 Mon Sep 17 00:00:00 2001 From: Nicholas Curtis Date: Tue, 6 Jun 2023 12:03:55 -0400 Subject: [PATCH] fix formatting Signed-off-by: Nicholas Curtis --- src/docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/docs/conf.py b/src/docs/conf.py index b659553f9a..014ae77527 100644 --- a/src/docs/conf.py +++ b/src/docs/conf.py @@ -54,9 +54,7 @@ extensions = [ myst_heading_anchors = 2 # enable replacement of (tm) & friends -myst_enable_extensions = [ - "replacements" -] +myst_enable_extensions = ["replacements"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]