Add version workaround for sphinx-rtd-theme bug
This commit is contained in:
parent
733e7ee00c
commit
620447f029
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -116,7 +116,9 @@ extras = {
|
|||
#
|
||||
# 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
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue