The new build system requires a requirements.txt (#2229)

This commit is contained in:
Anton Hvornum 2023-11-21 19:42:31 +01:00 committed by GitHub
parent 40715549cb
commit f3ad97fc3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,14 @@
version: 2 version: 2
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
sphinx: sphinx:
builder: html builder: html
configuration: docs/conf.py configuration: docs/conf.py