Gyorgy Szing | 4021c29 | 2020-11-24 00:33:00 +0100 | [diff] [blame] | 1 | # |
Gyorgy Szing | 3345637 | 2022-09-29 07:09:10 +0200 | [diff] [blame] | 2 | # Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved. |
Gyorgy Szing | 4021c29 | 2020-11-24 00:33:00 +0100 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | # Python dependencies for building the documentation. |
| 8 | |
Gyorgy Szing | e31557b | 2022-04-07 15:28:09 +0200 | [diff] [blame] | 9 | Jinja2==2.11.3 |
Gyorgy Szing | 726dd2f | 2024-10-28 20:24:03 +0100 | [diff] [blame] | 10 | MarkupSafe==2.0.1 |
| 11 | setuptools==75.2.0 |
| 12 | Sphinx==5.1.1 |
| 13 | sphinx-rtd-theme==2.0.0 |
| 14 | sphinxcontrib-moderncmakedomain==3.29.0 |
| 15 | sphinxcontrib-plantuml==0.30 |