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:
parent
4bad433670
commit
7a332dfd5b
@ -19,3 +19,4 @@ python:
|
||||
install:
|
||||
- method: setuptools
|
||||
path: .
|
||||
- requirements: doc/requirements.txt
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user