mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
again
This commit is contained in:
parent
47d823ef24
commit
3171a195bb
@ -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 = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user