From 23184886f1fc281c83fb0b1d4cc61781c37e40ae Mon Sep 17 00:00:00 2001 From: Stephan Date: Sat, 28 Aug 2021 14:32:20 +0200 Subject: [PATCH] fix: whitespace --- sphinx/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index 28f0409..595875a 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -33,7 +33,7 @@ release = '0.0.1' # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'sphinxcontrib.plantuml', + 'sphinxcontrib.plantuml', 'myst_parser' ]