fix: whitespace

This commit is contained in:
Stephan 2021-08-28 14:32:20 +02:00
parent 6b1d696f25
commit 23184886f1
1 changed files with 1 additions and 1 deletions

View File

@ -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'
]