Skip to content

Commit 5691d80

Browse files
committed
docs: update readthedocs.org config
RTD is removing the option to use pre-installed packages. Instead, we just need to tell them where our Python requirements.txt file is located so that they'll install exactly those packages. Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent 385c791 commit 5691d80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ build:
1313
tools:
1414
python: "3.10"
1515

16+
python:
17+
install:
18+
- requirements: docs/requirements.txt
19+
1620
# Build documentation in the docs/ directory with Sphinx
1721
sphinx:
1822
configuration: docs/conf.py

0 commit comments

Comments
 (0)