From 2200504a3e39f3b3230d24b95d7431908643f787 Mon Sep 17 00:00:00 2001
From: Mark Goddard <mark@stackhpc.com>
Date: Wed, 21 Feb 2018 13:40:19 +0000
Subject: [PATCH] Remove pip install sphinx from pep8 tox environment

This was required when upper constraints restricted sphinx to < 1.5. UC now has an
appropriate version of sphinx.
---
 tox.ini | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/tox.ini b/tox.ini
index 2c7ed96f..59e88fac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,11 +23,7 @@ commands =
   flake8 {posargs} kayobe
   # Check the *.rst files
   # We use a thin wrapper around doc8 currently, which has support for sphinx
-  # directives. We install sphinx 1.5.x because versions prior to this
-  # (installed due to upper constraints) automatically import all
-  # sphinx.directive.* modules when any one of those modules is imported, and
-  # importing sphinx.directive.other breaks docutils parsing.
-  pip install -U sphinx<1.6
+  # directives.
   {toxinidir}/tools/sphinx8 README.rst CONTRIBUTING.rst doc/source --ignore D001
 
 [testenv:venv]
-- 
GitLab