diff options
-rw-r--r-- | .readthedocs.yml | 3 | ||||
-rw-r--r-- | 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 |