Enable more recent versions of sphinx

This change also cancels the change Ie168666dadcf7ec83cf0932796f517d7f8b08cd7
whichs removed extension wsmeext.sphinxext (it did not solve the issue with
readthedocs)

Change-Id: Iaef7a5517e53a21125ea1ec2d744cd8b087147c8
This commit is contained in:
Romain Ziba 2015-06-11 09:54:50 +02:00
parent a6a748ba09
commit 50e55bb93a
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ extensions = [
'sphinx.ext.graphviz',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'wsmeext.sphinxext',
'sphinxcontrib.pecanwsme.rest',
'sphinxcontrib.httpdomain',
'oslosphinx',

View File

@ -18,7 +18,7 @@ mox>=0.5.3,<=0.5.3
tempest-lib>=0.5.0
# Doc requirements
sphinx>=1.1.2,!=1.2.0,<1.3
sphinx>=1.1.2,!=1.2.0
oslosphinx
sphinxcontrib-httpdomain
sphinxcontrib-pecanwsme>=0.8