diff options
| author | Georg Brandl <georg@python.org> | 2010-01-06 15:51:30 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-06 15:51:30 +0100 |
| commit | 995e1df9e1ca485f9b1b690fbb64bfc3d544f563 (patch) | |
| tree | b95a567c525aa621b8affe464f3c3765091ad129 /doc/ext/appapi.rst | |
| parent | 668f9f590a654cfdd6650637cd7ec00e33662d12 (diff) | |
| parent | c800c6d658f6d3979144bd32ddb80b110048a092 (diff) | |
| download | sphinx-995e1df9e1ca485f9b1b690fbb64bfc3d544f563.tar.gz | |
merge with 0.6
Diffstat (limited to 'doc/ext/appapi.rst')
| -rw-r--r-- | doc/ext/appapi.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ext/appapi.rst b/doc/ext/appapi.rst index cdec3d52..88bbe485 100644 --- a/doc/ext/appapi.rst +++ b/doc/ext/appapi.rst @@ -209,6 +209,14 @@ the following public API: .. versionadded:: 0.5 +.. method:: Sphinx.add_stylesheet(filename) + + Add *filename* to the list of CSS files that the default HTML template will + include. Like for :meth:`add_javascript`, the filename must be relative to + the HTML static path. + + .. versionadded:: 1.0 + .. method:: Sphinx.add_lexer(alias, lexer) Use *lexer*, which must be an instance of a Pygments lexer class, to |
