doc generation improvements
- move sphinx requirements to doc/requirements.txt and use A. Jaeger's suggestion from https://review.opendev.org/#/c/663866/ - put back py version for tox.ini Change-Id: I3619b7960fbd1dd87aea5b9e16b322f25499069c
This commit is contained in:
parent
72bb353f00
commit
257bda715d
2
doc/requirements.txt
Normal file
2
doc/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
sphinx>=1.2.3,!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD
|
||||
sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD
|
@ -5,8 +5,6 @@
|
||||
pbr>=0.8
|
||||
tortilla>=0.4.1
|
||||
Jinja2>=2.7.3
|
||||
Sphinx>=1.2.3,<2.0; python_version < '3'
|
||||
Sphinx>=1.2.3; python_version >= '3'
|
||||
docopt>=0.6.2
|
||||
simplejson>=3.8.1
|
||||
requests>=2.9.1
|
||||
|
Loading…
Reference in New Issue
Block a user