diff options
| author | Georg Brandl <georg@python.org> | 2011-07-23 10:04:09 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-07-23 10:04:09 +0200 |
| commit | bc0058e875c812a3ca812c4c1505146ae8ae2a58 (patch) | |
| tree | 5025b128ce0227c112e4a8045c0243f1911353d4 /doc/ext/appapi.rst | |
| parent | c9f09f9fc2017d3544806f6b15fc118bfcfc8220 (diff) | |
| download | sphinx-bc0058e875c812a3ca812c4c1505146ae8ae2a58.tar.gz | |
Doc and changelog entries for 91b4fc984b32.
Diffstat (limited to 'doc/ext/appapi.rst')
| -rw-r--r-- | doc/ext/appapi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext/appapi.rst b/doc/ext/appapi.rst index d43a90eb..643de995 100644 --- a/doc/ext/appapi.rst +++ b/doc/ext/appapi.rst @@ -256,7 +256,7 @@ the following public API: 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. + the HTML static path, or a full URI with scheme. .. versionadded:: 1.0 |
