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 | |
| 9 | Sphinx==2.3.1 |
| 10 | sphinx-rtd-theme==0.4.3 |
| 11 | sphinxcontrib-moderncmakedomain==3.13 |
| 12 | sphinxcontrib-plantuml==0.18 |
Gyorgy Szing | 3345637 | 2022-09-29 07:09:10 +0200 | [diff] [blame^] | 13 | Jinja2<3.1 |