Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 1 | # Copyright (c) 2022, Arm Limited. |
2 | # | ||||
3 | # SPDX-License-Identifier: MIT | ||||
4 | |||||
5 | # Read The Docs specific | ||||
6 | jinja2==3.1.1 | ||||
7 | |||||
8 | # Required to build the documentation | ||||
Patrick Williams | 56b44a9 | 2024-01-19 08:49:29 -0600 | [diff] [blame] | 9 | sphinx~=5.0 |
10 | sphinx_rtd_theme~=2.0.0 | ||||
Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 11 | docutils==0.17.1 |