Skip to content

Commit

Permalink
Add submodules menu to .readthedocs.yaml
Browse files Browse the repository at this point in the history
.readthedocs.yaml
- Added the submodules menu so that RTD will be explicitly told
  to clone all submodules recursively.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed May 16, 2023
1 parent 7f80541 commit 6ad8179
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ formats: all
python:
install:
- requirements: docs/requirements.txt

# Tell RTD to clone all submodules
submodules:
include: all
recursive: true

0 comments on commit 6ad8179

Please sign in to comment.