diff options
author | Jacob Mason <jacoblmason@gmail.com> | 2010-08-10 14:40:11 -0500 |
---|---|---|
committer | Jacob Mason <jacoblmason@gmail.com> | 2010-08-10 14:40:11 -0500 |
commit | 1ca2903d16bdf0c5e683078292895976874906db (patch) | |
tree | 30660a5d60243a4f1486792677bee1c6d568eec2 /sphinx/builders/websupport.py | |
parent | 12602cf1065f1c2e38cb7c0bd0fc298ed80e4da3 (diff) | |
download | sphinx-git-1ca2903d16bdf0c5e683078292895976874906db.tar.gz |
That typo I fixed... still not right... *slaps self in face*
Diffstat (limited to 'sphinx/builders/websupport.py')
-rw-r--r-- | sphinx/builders/websupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/websupport.py b/sphinx/builders/websupport.py index c1decde41..30cf28314 100644 --- a/sphinx/builders/websupport.py +++ b/sphinx/builders/websupport.py @@ -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, |