This commit is contained in:
Jellby 2017-03-04 12:44:43 +01:00
parent 47d823ef24
commit 3171a195bb

View File

@ -797,7 +797,7 @@ class Sphinx(object):
posixpath.join('_static', filename)) posixpath.join('_static', filename))
def add_stylesheet(self, filename, alternate=None, title=None): def add_stylesheet(self, filename, alternate=None, title=None):
# type: (unicode) -> None # type: (unicode, unicode, unicode) -> None
logger.debug('[app] adding stylesheet: %r', filename) logger.debug('[app] adding stylesheet: %r', filename)
from sphinx.builders.html import StandaloneHTMLBuilder from sphinx.builders.html import StandaloneHTMLBuilder
props = {} props = {}