add pointer to requirements.txt (#260)

This commit is contained in:
Steve 2023-05-08 14:17:55 -07:00 committed by GitHub
parent 99acad16fc
commit 06ab614013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -6,3 +6,6 @@ build:
nodejs: "18"
rust: "1.64"
golang: "1.19"
python:
install:
- requirements: requirements.txt

View File

@ -1,2 +1,2 @@
sphinx>=4.4
sphinx>=7.0
sphinx_rtd_theme>=1