Use WSME 0.10.0

A new release has been made, use it.

This partially reverts I822db7419188b080fa9dcb6ae1eb1300cd4c4d42.

Change-Id: I422902a997d58f4ffe50579aaf82bd86f7376a1e
This commit is contained in:
Andreas Jaeger 2020-04-13 18:03:45 +02:00
parent 09172f8ab0
commit 1db655fdc4
4 changed files with 4 additions and 10 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
openstackdocstheme>=1.20.0 # Apache-2.0
sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0
sphinxcontrib-pecanwsme>=0.10.0 # Apache-2.0
sphinxcontrib-httpdomain>=1.6.1 # BSD
reno>=2.7.0 # Apache-2.0

View File

@ -120,7 +120,7 @@ six==1.11.0
snowballstemmer==1.2.1
Sphinx==1.6.5
sphinxcontrib-httpdomain==1.6.1
sphinxcontrib-pecanwsme==0.8.0
sphinxcontrib-pecanwsme==0.10.0
sphinxcontrib-websupport==1.0.1
SQLAlchemy==1.2.5
sqlalchemy-migrate==0.11.0
@ -144,4 +144,4 @@ WebOb==1.7.4
websocket-client==0.47.0
WebTest==2.0.29
wrapt==1.10.11
WSME==0.9.2
WSME==0.10.0

View File

@ -32,7 +32,7 @@ python-keystoneclient>=3.15.0 # Apache-2.0
python-swiftclient>=3.5.0 # Apache-2.0
six>=1.11.0 # MIT
SQLAlchemy>=1.2.5 # MIT
WSME>=0.9.2 # MIT
WSME>=0.10.0 # MIT
python-mistralclient>=3.3.0 # Apache-2.0
keystonemiddleware>=4.21.0 # Apache-2.0
debtcollector>=1.2.0 # Apache-2.0

View File

@ -48,9 +48,6 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
#(TODO) remove this when wsme lastest version released.
#https://review.opendev.org/#/c/649267/
pip install https://tarballs.opendev.org/openstack/wsme/wsme-master.tar.gz
sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
@ -58,9 +55,6 @@ deps = {[testenv:docs]deps}
whitelist_externals =
make
commands =
#(TODO) remove this when wsme lastest version released.
#https://review.opendev.org/#/c/649267/
pip install https://tarballs.opendev.org/openstack/wsme/wsme-master.tar.gz
sphinx-build -W -b latex doc/source doc/build/pdf
make -C doc/build/pdf