diff options
author | rebortg <github@ghlr.de> | 2020-11-26 21:50:17 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-11-26 21:50:17 +0100 |
commit | 3e5366f95ce02f8c9e31a9a2e1001621176100cc (patch) | |
tree | 625b4e5f8570c1a0608e0eb441170fe235516149 /.readthedocs.yml | |
parent | ba76cefc39e0b9b50dd8416e76f4d3e6f6ce8aff (diff) | |
download | vyos-documentation-3e5366f95ce02f8c9e31a9a2e1001621176100cc.tar.gz vyos-documentation-3e5366f95ce02f8c9e31a9a2e1001621176100cc.zip |
add github submodule to readthedocs.yml
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index db36f18f..7a4e84da 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -22,3 +22,7 @@ python: version: 3.7 install: - requirements: requirements.txt + +submodules: + include: + - vyos-1x
\ No newline at end of file |