summaryrefslogtreecommitdiff
path: root/doc/ext
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-25 10:26:15 +0000
committerGeorg Brandl <georg@python.org>2010-08-25 10:26:15 +0000
commit1fcacc70b7a1e5e341dd211c1c5fa99c4d91d926 (patch)
tree3088e87f2efc19ea25631d45c17f200e8706c11d /doc/ext
parent2fc131460c32f80df34dd14a54435da1caffa511 (diff)
downloadsphinx-1fcacc70b7a1e5e341dd211c1c5fa99c4d91d926.tar.gz
#513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath extension.
Diffstat (limited to 'doc/ext')
-rw-r--r--doc/ext/appapi.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ext/appapi.rst b/doc/ext/appapi.rst
index 2717c6a8..8f2a779b 100644
--- a/doc/ext/appapi.rst
+++ b/doc/ext/appapi.rst
@@ -246,7 +246,8 @@ the following public API:
Add *filename* to the list of JavaScript files that the default HTML template
will include. The filename must be relative to the HTML static path, see
- :confval:`the docs for the config value <html_static_path>`.
+ :confval:`the docs for the config value <html_static_path>`. A full URI with
+ scheme, like ``http://example.org/foo.js``, is also supported.
.. versionadded:: 0.5