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 "==" Closes-Bug: #1835804 Change-Id: I36fbb56a56832d535facd9bff25d352c8f0274a1
This commit is contained in:
parent
a8b3870da3
commit
cef202b083
@ -1,13 +1,13 @@
|
|||||||
If you would like to contribute to the development of OpenStack,
|
If you would like to contribute to the development of OpenStack,
|
||||||
you must follow the steps in this page:
|
you must follow the steps in this page:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html
|
https://docs.openstack.org/infra/manual/developers.html
|
||||||
|
|
||||||
Once those steps have been completed, changes to OpenStack
|
Once those steps have been completed, changes to OpenStack
|
||||||
should be submitted for review via the Gerrit tool, following
|
should be submitted for review via the Gerrit tool, following
|
||||||
the workflow documented at:
|
the workflow documented at:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
|
|
||||||
Pull requests submitted through GitHub will be ignored.
|
Pull requests submitted through GitHub will be ignored.
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
sphinx>=1.6.5,!=1.6.6,!=1.6.7 #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
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
||||||
reno>=2.5.0 # Apache-2.0
|
reno>=2.5.0 # Apache-2.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
===================================
|
=========================
|
||||||
Pike Series Release Notes
|
Pike Series Release Notes
|
||||||
===================================
|
=========================
|
||||||
|
|
||||||
.. release-notes::
|
.. release-notes::
|
||||||
:branch: stable/pike
|
:branch: stable/pike
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
===================================
|
===========================
|
||||||
Queens Series Release Notes
|
Queens Series Release Notes
|
||||||
===================================
|
===========================
|
||||||
|
|
||||||
.. release-notes::
|
.. release-notes::
|
||||||
:branch: stable/queens
|
:branch: stable/queens
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
===================================
|
==========================
|
||||||
Stein Series Release Notes
|
Stein Series Release Notes
|
||||||
===================================
|
==========================
|
||||||
|
|
||||||
.. release-notes::
|
.. release-notes::
|
||||||
:branch: stable/stein
|
:branch: stable/stein
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
==============================
|
============================
|
||||||
Current Series Release Notes
|
Current Series Release Notes
|
||||||
==============================
|
============================
|
||||||
|
|
||||||
.. release-notes::
|
.. release-notes::
|
||||||
|
Loading…
Reference in New Issue
Block a user