Merge branch 'master' of github.com:sphinx-doc/sphinx

This commit is contained in:
Takeshi KOMIYA 2016-05-30 19:51:44 +09:00
commit dbdfc640c7
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ class CheckExternalLinksBuilder(Builder):
elif status == 'broken':
self.write_entry('broken', docname, lineno, uri + ': ' + info)
if self.app.quiet or self.app.warningiserror:
self.warn('broken link: %s' % uri,
self.warn('broken link: %s (%s)' % (uri, info),
'%s:%s' % (self.env.doc2path(docname), lineno))
else:
self.info(red('broken ') + uri + red(' - ' + info))

View File

@ -219,7 +219,7 @@ html_theme = 'alabaster'
# html_logo = None
# The name of an image file (relative to this directory) to use as a favicon of
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
#
# html_favicon = None