mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove Babel._ISO639_TO_BABEL; deprecated at docutils-0.8
This commit is contained in:
parent
883ae3c5a7
commit
cd1eeff70a
@ -127,11 +127,6 @@ class ExtBabel(Babel):
|
||||
'mn', 'mongolian', 'ru', 'russian',
|
||||
'uk', 'ukrainian')
|
||||
|
||||
# in latest trunk, the attribute is called Babel.language_codes and already
|
||||
# includes Slovene
|
||||
if hasattr(Babel, '_ISO639_TO_BABEL'):
|
||||
Babel._ISO639_TO_BABEL['sl'] = 'slovene'
|
||||
|
||||
|
||||
class ShowUrlsTransform(object):
|
||||
expanded = False
|
||||
|
Loading…
Reference in New Issue
Block a user