Add version workaround for sphinx-rtd-theme bug

This commit is contained in:
Lance Edgar 2022-09-25 09:18:34 -05:00
parent 733e7ee00c
commit 620447f029

View file

@ -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
],