Skip to content

Commit

Permalink
docs: update readthedocs.org config
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jsquyres authored and bosilca committed Aug 15, 2023
1 parent c75441b commit 2bb9f0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ build:
tools:
python: "3.10"

python:
install:
- requirements: docs/requirements.txt

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 2bb9f0e

Please sign in to comment.