1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00

docs: Update readthedocs package versions

The latest sphinx and docutils versions currently used on readthedocs
are no longer compatible. Explicitly list the package versions that
should be used when building the documentation.
This commit is contained in:
Marc Bonnici 2021-10-28 10:48:19 +01:00
parent 4bad433670
commit 7a332dfd5b
2 changed files with 4 additions and 1 deletions

View File

@ -19,3 +19,4 @@ python:
install:
- method: setuptools
path: .
- requirements: doc/requirements.txt

View File

@ -1,4 +1,6 @@
nose
numpy
pandas
sphinx_rtd_theme>=0.3.1
sphinx_rtd_theme=1.0.0
sphinx=4.2
docutils<0.18