Commit ee56af4
committed
Fix building the documentation
The support for `Sphinx` version 7 has been implemented in
`rdt-themes`, but hasn't yet been released [1]. Currently, the build
uses `Sphinx` version 7 which fails with [2].
Use a `Sphinx` version prior to 7 in order to fix that issue.
[1] readthedocs/sphinx_rtd_theme#1463
[2] `UndefinedError("'style' is undefined")`
Signed-off-by: Frank Viernau <frank_viernau@epam.com>1 parent 691c55e commit ee56af4
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
0 commit comments