mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Be more precise.
This commit is contained in:
parent
c671e81d6c
commit
6012506d74
@ -49,7 +49,7 @@ def main(argv=sys.argv):
|
||||
if whichmod.startswith('docutils'):
|
||||
whichmod = 'Docutils library'
|
||||
elif whichmod.startswith('jinja'):
|
||||
whichmod = 'Jinja library'
|
||||
whichmod = 'Jinja2 library'
|
||||
elif whichmod == 'roman':
|
||||
whichmod = 'roman module (which is distributed with Docutils)'
|
||||
hint = ('This can happen if you upgraded docutils using\n'
|
||||
|
Loading…
Reference in New Issue
Block a user