From 9a89e6eb7e3a085162b68680af3e220e7b360bbc Mon Sep 17 00:00:00 2001 From: Semir Patel Date: Thu, 4 Feb 2021 09:18:43 -0800 Subject: [PATCH] Don't constrain sphinx since it seems to have no issues on github actions --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c369757a..ce08dbb2 100644 --- a/tox.ini +++ b/tox.ini @@ -29,8 +29,7 @@ commands = [testenv:docs] deps = - # we're getting an error on travis with Sphinx 1.8.0, so we use a lower version - sphinx # < 1.8.0 + sphinx sphinx-rtd-theme changedir = docs commands = sphinx-build -b html -d build/doctrees source build/html