Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-04-19 17:45:57 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-04-19 17:45:57 +0300
commit2c7d64b94cd9cb8a85a2707773bf66f7bfb76d61 (patch)
tree14c04a7813d947609ddd4e8bfc42e7f315e68dbd /sphinx/io.py
parentadad0e62bb25ce172eb1aa678ba9c441ed1f145c (diff)
parent59b638dd4d263c63ba420dd96fd6848eb0feccf2 (diff)
Merge branch '3.x'
Diffstat (limited to 'sphinx/io.py')
-rw-r--r--sphinx/io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/io.py b/sphinx/io.py
index c8dba1fed..fc3544cb6 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -79,7 +79,7 @@ class SphinxBaseReader(standalone.Reader):
self._app = app # hold application object only for compatibility
self._env = app.env
- def get_transforms(self) -> List[Type[Transform]]:
+ def get_transforms(self) -> List["Type[Transform]"]:
transforms = super().get_transforms() + self.transforms
# remove transforms which is not needed for Sphinx