diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-09 11:58:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-09 11:58:19 +0900 |
commit | f076b6ddf21b20d9eb680c8a502473598a60b6ac (patch) | |
tree | 2e71228640220a3c882224a18a5198d367b985e9 | |
parent | 2e87ee85a22279ee4ecc658f830520a88c90236d (diff) | |
parent | 853e71b77da4907965cc06bdd03da4b95736885a (diff) | |
download | sphinx-git-f076b6ddf21b20d9eb680c8a502473598a60b6ac.tar.gz |
Merge pull request #7110 from tk0miya/6623_unpin_babel2
Close #6623: babel-2.0 or above is available (Unpinned)
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ Dependencies * LaTeX: drop dependency on :program:`extractbb` for image inclusion in Japanese documents as ``.xbb`` files are unneeded by :program:`dvipdfmx` since TeXLive2015 (refs: #6189) +* babel-2.0 or above is available (Unpinned) Incompatible changes -------------------- @@ -25,7 +25,7 @@ install_requires = [ 'Pygments>=2.0', 'docutils>=0.12', 'snowballstemmer>=1.1', - 'babel>=1.3,!=2.0', + 'babel>=1.3', 'alabaster>=0.7,<0.8', 'imagesize', 'requests>=2.5.0', |