The new build system requires a requirements.txt (#2229)
This commit is contained in:
parent
40715549cb
commit
f3ad97fc3f
|
|
@ -4,6 +4,14 @@
|
|||
|
||||
version: 2
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
|
||||
sphinx:
|
||||
builder: html
|
||||
configuration: docs/conf.py
|
||||
|
|
@ -12,4 +20,4 @@ sphinx:
|
|||
build:
|
||||
os: "ubuntu-22.04"
|
||||
tools:
|
||||
python: "3.11"
|
||||
python: "3.11"
|
||||
Loading…
Reference in New Issue