From b7f385fe44771da6fddaaf8bd1bf3589a3d218d1 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Thu, 20 Jun 2019 00:31:57 +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. Update some URLs to latest 3. Remove unncessary "==" Change-Id: I1d57841c754169a3d770ab3d856a95874f68f4ba --- doc/requirements.txt | 3 ++- releasenotes/source/index.rst | 6 +++--- releasenotes/source/pike.rst | 6 +++--- releasenotes/source/rocky.rst | 6 +++--- releasenotes/source/stein.rst | 6 +++--- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 0164161..d310c81 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,5 @@ -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 openstackdocstheme>=1.18.1 # Apache-2.0 # releasenotes diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index c240074..79d3b2c 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -1,6 +1,6 @@ -============================================ - os_traits Release Notes -============================================ +======================= +os_traits Release Notes +======================= .. toctree:: :maxdepth: 1 diff --git a/releasenotes/source/pike.rst b/releasenotes/source/pike.rst index e43bfc0..9184412 100644 --- a/releasenotes/source/pike.rst +++ b/releasenotes/source/pike.rst @@ -1,6 +1,6 @@ -=================================== - Pike Series Release Notes -=================================== +========================= +Pike Series Release Notes +========================= .. release-notes:: :branch: stable/pike diff --git a/releasenotes/source/rocky.rst b/releasenotes/source/rocky.rst index 40dd517..6c5dfad 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 diff --git a/releasenotes/source/stein.rst b/releasenotes/source/stein.rst index efaceb6..6b7e725 100644 --- a/releasenotes/source/stein.rst +++ b/releasenotes/source/stein.rst @@ -1,6 +1,6 @@ -=================================== - Stein Series Release Notes -=================================== +========================== +Stein Series Release Notes +========================== .. release-notes:: :branch: stable/stein