diff options
author | James Falcon <james.falcon@canonical.com> | 2021-10-26 15:24:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 14:24:24 -0600 |
commit | 994339ae3cc0fc2008f498d70cfe12b29be5ed55 (patch) | |
tree | 0dbbe59ef4ba27fc0c01f3a3b19d8cdd82a163e3 | |
parent | e6f15ae5043ad8cbd5722b95d879ccfc7a352dec (diff) | |
download | vyos-cloud-init-994339ae3cc0fc2008f498d70cfe12b29be5ed55.tar.gz vyos-cloud-init-994339ae3cc0fc2008f498d70cfe12b29be5ed55.zip |
Add max version to docutils
Also update travis to use python version for docs that readthedocs uses
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | doc-requirements.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e112789a..1582e829 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,7 +131,7 @@ matrix: env: TOXENV=flake8 - python: 3.6 env: TOXENV=pylint - - python: 3.6 + - python: 3.7 env: TOXENV=doc # Test all supported Python versions (but at the end, so we schedule # longer-running jobs first) diff --git a/doc-requirements.txt b/doc-requirements.txt index d5f921e3..b8d6ba90 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -3,3 +3,6 @@ m2r sphinx<2 sphinx_rtd_theme pyyaml + +# Indirect dependencies +docutils<0.18 |