#513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath extension.

This commit is contained in:
Georg Brandl
2010-08-25 10:26:15 +00:00
parent d7e37da324
commit 7e5ff71c40
6 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.4 (in development)
==============================
* #513: Allow giving non-local URIs for JavaScript files, e.g.
in the JSMath extension.
* #512: Fix traceback when ``intersphinx_mapping`` is empty.