Use 'pip install -r docs-requirements.txt' on CI

pull/2932/head
Kieran Prasch 2022-05-02 15:07:40 +02:00
parent efbed48a05
commit 501b267779
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ jobs:
- chown_system_paths
- run:
name: Install Documentation Build Dependencies
command: python3 -m pip install --user .[docs]
command: python3 -m pip install --user -r docs-requirements.txt
- run:
name: Build Sphinx Documentation
command: make docs