mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-30 14:44:09 +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:
@@ -13,10 +13,16 @@ sphinx:
|
||||
# Build the docs in additional formats such as PDF and ePub
|
||||
formats: all
|
||||
|
||||
# Set the version of Python and requirements required to build your docs
|
||||
|
||||
# Configure the build environment
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.11"
|
||||
|
||||
# Ensure doc dependencies are installed before building
|
||||
python:
|
||||
version: 3.8
|
||||
install:
|
||||
- method: setuptools
|
||||
path: .
|
||||
- requirements: doc/requirements.txt
|
||||
- method: pip
|
||||
path: .
|
||||
|
||||
Reference in New Issue
Block a user