From cf83303fd11ec4f4973d7560d5802a2f942b9fe5 Mon Sep 17 00:00:00 2001 From: rebortg Date: Mon, 7 Dec 2020 21:17:07 +0100 Subject: fix submodule error in .readthedocs.yml --- .readthedocs.yml | 3 +-- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7a4e84da..56ce79a7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -24,5 +24,4 @@ python: - requirements: requirements.txt submodules: - include: - - vyos-1x \ No newline at end of file + include: all \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2b1f7796..03b34c63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ sphinx-rtd-theme setuptools docutils lxml -sphinx-notfound-page \ No newline at end of file +sphinx-notfound-page -- cgit v1.2.3