summaryrefslogtreecommitdiff
path: root/creole/rest_tools/pypi_rest2html.py
diff options
context:
space:
mode:
Diffstat (limited to 'creole/rest_tools/pypi_rest2html.py')
-rw-r--r--creole/rest_tools/pypi_rest2html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/creole/rest_tools/pypi_rest2html.py b/creole/rest_tools/pypi_rest2html.py
index b264514..bacdf7f 100644
--- a/creole/rest_tools/pypi_rest2html.py
+++ b/creole/rest_tools/pypi_rest2html.py
@@ -16,6 +16,7 @@ from urllib.parse import urlparse
from creole.exceptions import DocutilsImportError
+
try:
import docutils # noqa flake8
from docutils import io, readers