Add version workaround for sphinx-rtd-theme bug
This commit is contained in:
parent
733e7ee00c
commit
620447f029
4
setup.py
4
setup.py
|
@ -116,7 +116,9 @@ extras = {
|
||||||
#
|
#
|
||||||
# package # low high
|
# package # low high
|
||||||
|
|
||||||
'Sphinx', # 1.2
|
# TODO: remove version workaround after next sphinx[-rtd-theme] release
|
||||||
|
# cf. https://github.com/readthedocs/sphinx_rtd_theme/issues/1343
|
||||||
|
'Sphinx!=5.2.0.post0', # 1.2
|
||||||
'sphinx-rtd-theme', # 0.2.4
|
'sphinx-rtd-theme', # 0.2.4
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue