diff options
-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 |