1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-30 22:54:18 +00:00

docs: fix RTD build

- Bump python version used when building documentation.
- `setuptools` is a deprecated installation method on RTD so switch to `pip`.
- Add additional dependency on devlib master branch as RTD env is not
  respecting dependency_links during installation.
- Bump copyright year.
This commit is contained in:
Marc Bonnici
2023-05-05 16:12:28 -05:00
parent 13f9c64513
commit 775b24f7a3
3 changed files with 13 additions and 6 deletions

View File

@@ -4,3 +4,4 @@ pandas
sphinx_rtd_theme==1.0.0
sphinx==4.2
docutils<0.18
devlib @ git+https://github.com/ARM-software/devlib@master