mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
merge
This commit is contained in:
commit
6ec0871637
7
CHANGES
7
CHANGES
@ -17,8 +17,11 @@ Release 1.1 (in development)
|
||||
* #221: Add Swedish locale.
|
||||
|
||||
|
||||
Release 1.0.4 (in development)
|
||||
==============================
|
||||
Release 1.0.4 (Sep 17, 2010)
|
||||
============================
|
||||
|
||||
* #524: Open intersphinx inventories in binary mode on Windows,
|
||||
since version 2 contains zlib-compressed data.
|
||||
|
||||
* #513: Allow giving non-local URIs for JavaScript files, e.g.
|
||||
in the JSMath extension.
|
||||
|
@ -15,7 +15,7 @@
|
||||
import sys
|
||||
from os import path
|
||||
|
||||
__version__ = '1.1pre'
|
||||
__version__ = '1.1pre'
|
||||
__released__ = '1.1 (hg)' # used when Sphinx builds its own docs
|
||||
|
||||
package_dir = path.abspath(path.dirname(__file__))
|
||||
|
Loading…
Reference in New Issue
Block a user