From ba9eab17ad4dd12956f26c8f56b7e51394af8428 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 4 Sep 2018 15:00:43 -0400 Subject: [PATCH] update sphinx to at least 1.6.1 Change-Id: I23ad557ccf63458b64bda80ce9f443ba41dec734 Signed-off-by: Doug Hellmann --- lower-constraints.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index b9c41a3..abff126 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,4 +1,4 @@ -Sphinx==1.5.1 +Sphinx==1.6.1 docutils==0.11 PyYAML==3.10.0 six==1.9.0 diff --git a/setup.cfg b/setup.cfg index fa2f12c..0aae22e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ distutils.commands = [extras] sphinx = - sphinx>=1.5.1,!=1.6.1 # BSD + sphinx>=1.6.1 # BSD docutils>=0.11 # OSI-Approved Open Source, Public Domain [compile_catalog]