Commit c8f4a8f
committed
pyproject.toml: limit sphinx_rtd_theme to <3.0.0
sphinx_rtd_theme deprecated `html_theme_path` and is now compatible with
docutils 0.21. We could drop `html_theme_path` on stable, but the switch
to a newer docutils version would break our Python 3.8 CI jobs due to
the rst2man change [1]. So for stable, simply limit the sphinx_rtd_theme
dependency to <3.0.0. For master, see [1].
[1] #1519
Signed-off-by: Bastian Krause <bst@pengutronix.de>1 parent 08b1cfb commit c8f4a8f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments