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
6ab7cd4ab7
commit
4f0be2bae1
@ -49,7 +49,7 @@ def main(argv=sys.argv):
|
|||||||
if whichmod.startswith('docutils'):
|
if whichmod.startswith('docutils'):
|
||||||
whichmod = 'Docutils library'
|
whichmod = 'Docutils library'
|
||||||
elif whichmod.startswith('jinja'):
|
elif whichmod.startswith('jinja'):
|
||||||
whichmod = 'Jinja library'
|
whichmod = 'Jinja2 library'
|
||||||
elif whichmod == 'roman':
|
elif whichmod == 'roman':
|
||||||
whichmod = 'roman module (which is distributed with Docutils)'
|
whichmod = 'roman module (which is distributed with Docutils)'
|
||||||
hint = ('This can happen if you upgraded docutils using\n'
|
hint = ('This can happen if you upgraded docutils using\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user