Browse Source
Update the python dependencies for building the project's Sphinx documentation. Sphinx plugins are updated to the latest version, while Sphinx itself is only updated to 5.3.0 (latest 5.x.x revision) due to sphinx-rtd-theme not supporting any higher (both require incompatible versions of docutils). Myst-parser is also updated to the latest version to prevent a docutils clash as well. The effect of this is to bump certifi to version 2022.12.7 and wheel to 0.38.4 as suggested by dependabot. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I0ced5b127494255ce01aa7f51665bfcba161d135pull/1994/head
Boyan Karatotev
2 years ago
2 changed files with 45 additions and 41 deletions
@ -1,5 +1,5 @@ |
|||
myst-parser==0.15.2 |
|||
myst-parser==0.18.1 |
|||
pip-tools==6.4.0 |
|||
sphinx==4.2.0 |
|||
sphinx-rtd-theme==1.0.0 |
|||
sphinxcontrib-plantuml==0.22 |
|||
sphinx==5.3.0 |
|||
sphinx-rtd-theme==1.1.1 |
|||
sphinxcontrib-plantuml==0.24.1 |
|||
|
Loading…
Reference in new issue