use theme provided by pallets-sphinx-themes

This commit is contained in:
David Lord 2018-04-12 22:54:11 -07:00
parent 3a0ea726bd
commit 49a38ed999
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
25 changed files with 205 additions and 605 deletions

View file

@ -243,7 +243,7 @@ def locate_app(script_info, module_name, app_name, raise_if_not_found=True):
)
elif raise_if_not_found:
raise NoAppException(
'Could not import "{name}"."'.format(name=module_name)
'Could not import "{name}".'.format(name=module_name)
)
else:
return