From 042352399780ffcd7bd6af57b966452f2e8f9be9 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Thu, 20 Jun 2019 20:45:33 +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: Iec1ee101e9d9cdedb19b272079a58653f715567a --- doc/requirements.txt | 3 ++- releasenotes/source/index.rst | 6 +++--- releasenotes/source/rocky.rst | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index a5c5dcb9..b28e0d8e 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,5 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD reno>=2.5.0 # Apache-2.0 diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 8863a16a..f4a5a8b2 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -1,6 +1,6 @@ -============================================ - python-zunclient Release Notes -============================================ +============================== +python-zunclient Release Notes +============================== .. toctree:: :maxdepth: 1 diff --git a/releasenotes/source/rocky.rst b/releasenotes/source/rocky.rst index 40dd517b..6c5dfad7 100644 --- a/releasenotes/source/rocky.rst +++ b/releasenotes/source/rocky.rst @@ -1,6 +1,6 @@ -=================================== - Rocky Series Release Notes -=================================== +========================== +Rocky Series Release Notes +========================== .. release-notes:: :branch: stable/rocky