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

Change-Id: I12ab3ba42683f9f75189ab597b9768ae5ec7a3fb
This commit is contained in:
jacky06 2019-06-18 22:17:56 +08:00
parent 7dcc437631
commit 67d9a7711b
4 changed files with 6 additions and 5 deletions

View File

@ -33,7 +33,7 @@ Prerequisites
============= =============
To build the documentation locally, you must install Python and To build the documentation locally, you must install Python and
`Python Tox <https://tox.readthedocs.org/>`_. `Python Tox <https://tox.readthedocs.io/en/latest/>`_.
To install Tox for Ubuntu 14.04 or later:: To install Tox for Ubuntu 14.04 or later::

View File

@ -444,7 +444,7 @@ Install the clients
Use ``pip`` to install the OpenStack clients on a Mac OS X or Linux system. It Use ``pip`` to install the OpenStack clients on a Mac OS X or Linux system. It
is easy and ensures that you get the latest version of the client from the is easy and ensures that you get the latest version of the client from the
`Python Package Index <http://pypi.python.org/pypi>`__. Also, ``pip`` lets you `Python Package Index <https://pypi.org/>`__. Also, ``pip`` lets you
update or remove a package. update or remove a package.
You must install the client for each project separately, but the You must install the client for each project separately, but the

View File

@ -120,7 +120,7 @@ Deprecated API versions
API quick-start examples API quick-start examples
------------------------ ------------------------
With the `TryStack <http://www.trystack.org/>`__ OpenStack With the `TryStack <https://www.openstack.org/software/start>`__ OpenStack
installation, these services work together in the background of the installation, these services work together in the background of the
installation, and many of these examples work on TryStack. installation, and many of these examples work on TryStack.
@ -148,7 +148,7 @@ To begin sending API requests, use one of the following methods:
for REST. For Firefox, see for REST. For Firefox, see
`RESTClient <https://addons.mozilla.org/en-US/firefox/addon/restclient/>`__. `RESTClient <https://addons.mozilla.org/en-US/firefox/addon/restclient/>`__.
For Chrome, see For Chrome, see
`rest-client <http://code.google.com/p/rest-client/>`__. `rest-client <https://code.google.com/archive/p/rest-client/>`__.
- **OpenStack Python Software Development Kit (SDK)** - **OpenStack Python Software Development Kit (SDK)**

View File

@ -8,7 +8,8 @@ openstack-doc-tools>=1.8.0 # Apache-2.0
doc8 # Apache-2.0 doc8 # Apache-2.0
Pygments Pygments
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 openstackdocstheme>=1.18.1 # Apache-2.0
nwdiag nwdiag