summaryrefslogtreecommitdiff
path: root/sphinx/io.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/io.py')
-rw-r--r--sphinx/io.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/io.py b/sphinx/io.py
index 3544fffeb..b9fa3f002 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -96,7 +96,8 @@ class SphinxStandaloneReader(SphinxBaseReader):
HandleCodeBlocks, AutoNumbering, AutoIndexUpgrader, SortIds,
RemoveTranslatableInline, FilterSystemMessages, RefOnlyBulletListTransform,
UnreferencedFootnotesDetector, SphinxSmartQuotes, ManpageLink,
- SphinxDomains, SubstitutionDefinitionsRemover, DoctreeReadEvent, UIDTransform,
+ SphinxDomains, SubstitutionDefinitionsRemover, DoctreeReadEvent,
+ UIDTransform,
] # type: List[Transform]
def __init__(self, app, *args, **kwargs):