diff options
| author | Georg Brandl <georg@python.org> | 2010-01-03 19:44:21 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-03 19:44:21 +0100 |
| commit | a07ceaf21d02e14efffdd1d94a3c0b7eba079aa9 (patch) | |
| tree | c275ebb156299f1cb3d21cbe13776cb6697b0f9a /doc/ext/appapi.rst | |
| parent | b14ee0829702d6a7f2a2bca8e4c6e3f153ba5ebf (diff) | |
| parent | 49e8e51a319f5344ab25c8fa5523123153ad8ae3 (diff) | |
| download | sphinx-a07ceaf21d02e14efffdd1d94a3c0b7eba079aa9.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 |
