mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
That typo I fixed... still not right... *slaps self in face*
This commit is contained in:
parent
12602cf106
commit
1ca2903d16
@ -82,7 +82,7 @@ class WebSupportBuilder(StandaloneHTMLBuilder):
|
||||
|
||||
# Create a dict that will be pickled and used by webapps.
|
||||
css = '<link rel="stylesheet" href="%s" type=text/css />' % \
|
||||
pathto('_static/pygment.css', 1)
|
||||
pathto('_static/pygments.css', 1)
|
||||
doc_ctx = {'body': ctx.get('body', ''),
|
||||
'title': ctx.get('title', ''),
|
||||
'css': css,
|
||||
|
Loading…
Reference in New Issue
Block a user