From bd59ec3a611633b399bc9332533578d4ecbc04ed Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 18 Jun 2019 22:03:07 +0800 Subject: [PATCH] Sync Sphinx requirement 1. Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. 2. Remove unncessary "==" Change-Id: I1d321e17470216b76fca84f21896bc1457a6a92a --- README.rst | 4 ++-- doc/source/index.rst | 4 ++-- test-requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index f004f0d..e10b447 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -============ +=========== adjutant-ui -============ +=========== Adjutant Dashboard diff --git a/doc/source/index.rst b/doc/source/index.rst index 1189444..537796f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,6 +1,6 @@ -============ +=========== adjutant-ui -============ +=========== Adjutant Dashboard diff --git a/test-requirements.txt b/test-requirements.txt index 40ac5a5..89087e0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,7 +15,7 @@ nodeenv>=0.9.4 # BSD oslosphinx>=4.7.0 # Apache-2.0 reno>=1.8.0 # Apache-2.0 selenium>=2.50.1 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD testtools>=1.4.0 # MIT # This also needs xvfb library installed on your OS xvfbwrapper>=0.1.3 #license: MIT