diff options
author | Jacob Mason <jacoblmason@gmail.com> | 2010-08-10 12:49:12 -0500 |
---|---|---|
committer | Jacob Mason <jacoblmason@gmail.com> | 2010-08-10 12:49:12 -0500 |
commit | 82353ffc46a8527cfa40332314f60ccff21991fb (patch) | |
tree | abb40517093eec68d4f43824d5d748490772ca59 /sphinx/builders/websupport.py | |
parent | d77cbf3043b88a31424d44538b8b8bb5fdc1e490 (diff) | |
download | sphinx-git-82353ffc46a8527cfa40332314f60ccff21991fb.tar.gz |
fixed typo
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 3d0356b71..e789ead59 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/pygmentcs.css', 1) + pathto('_static/pygment.css', 1) doc_ctx = {'body': ctx.get('body', ''), 'title': ctx.get('title', ''), 'css': css, |