Skip to content

Commit 71bbdf7

Browse files
committed
Agregar soporte a la construccion de readthedocs de submodulos git
1 parent cc41682 commit 71bbdf7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ python:
1919
# - requirements: docs/requirements.txt
2020
- requirements: requirements.txt
2121

22+
# VCS submodules configuration. Only Git is supported at the moment.
23+
submodules:
24+
# You can use the all keyword to include all submodules.
25+
include: all
26+
# Do a recursive clone of the submodules.
27+
recursive: true

0 commit comments

Comments
 (0)