From 994339ae3cc0fc2008f498d70cfe12b29be5ed55 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Tue, 26 Oct 2021 15:24:24 -0500 Subject: Add max version to docutils Also update travis to use python version for docs that readthedocs uses --- .travis.yml | 2 +- doc-requirements.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3