markup fix

This commit is contained in:
Georg Brandl
2014-01-21 10:33:40 +01:00
parent fb5a1a09a0
commit 15989db2a7

View File

@@ -242,9 +242,11 @@ class Sphinx(object):
*prefix* usually should not be changed.
.. note:: For warnings emitted during parsing, you should use
:meth:`.BuildEnvironment.warn` since that will collect all
warnings during parsing for later output.
.. note::
For warnings emitted during parsing, you should use
:meth:`.BuildEnvironment.warn` since that will collect all
warnings during parsing for later output.
"""
if isinstance(location, tuple):
docname, lineno = location