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: Ifb6767f274806180220211fbd62e2c9e116cf535
This commit is contained in:
parent
10c878faef
commit
39b477677f
@ -121,12 +121,12 @@ Replace RABBIT\_PASS with a suitable password.
|
||||
For additional configuration information see:
|
||||
|
||||
- `RabbitMQ Access
|
||||
Control <http://www.rabbitmq.com/access-control.html>`__
|
||||
Control <https://www.rabbitmq.com/access-control.html>`__
|
||||
|
||||
- `RabbitMQ
|
||||
Authentication <http://www.rabbitmq.com/authentication.html>`__
|
||||
Authentication <https://www.rabbitmq.com/authentication.html>`__
|
||||
|
||||
- `RabbitMQ Plugins <http://www.rabbitmq.com/plugins.html>`__
|
||||
- `RabbitMQ Plugins <https://www.rabbitmq.com/plugins.html>`__
|
||||
|
||||
- `RabbitMQ SASL External
|
||||
Auth <http://hg.rabbitmq.com/rabbitmq-auth-mechanism-ssl/file/rabbitmq_v3_1_3/README>`__
|
||||
|
@ -1,8 +1,8 @@
|
||||
.. _architecture-page:
|
||||
|
||||
=============================
|
||||
==========================
|
||||
Architecture page template
|
||||
=============================
|
||||
==========================
|
||||
|
||||
Project name architecture - version/release
|
||||
===========================================
|
||||
|
@ -4,7 +4,8 @@
|
||||
|
||||
doc8 # Apache-2.0
|
||||
openstack-doc-tools>=1.6.0 # Apache-2.0
|
||||
sphinx>=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
|
||||
|
||||
# For translations
|
||||
|
Loading…
Reference in New Issue
Block a user