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"]