Downgrade to Sphinx 1.8.5
For some reason 2.1.2 breaks localization.
This commit is contained in:
parent
7523f86006
commit
db67c79dbc
4
setup.py
4
setup.py
@ -36,8 +36,8 @@ with open('README.rst') as f:
|
|||||||
extras_require = {
|
extras_require = {
|
||||||
'voice': ['PyNaCl==1.3.0'],
|
'voice': ['PyNaCl==1.3.0'],
|
||||||
'docs': [
|
'docs': [
|
||||||
'sphinx==2.1.2',
|
'sphinx==1.8.5',
|
||||||
'sphinxcontrib_trio',
|
'sphinxcontrib_trio==1.1.0',
|
||||||
'sphinxcontrib-websupport',
|
'sphinxcontrib-websupport',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user