
Adds __init__.py to libraries dir, because sphinx doesn't generate proper toctree otherwise. Fixes indentation in one of the docstrings that blocked the jobs. Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: Id5d1f5acce172ea90574a257fb0e8bc3da1f6fe2
10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
# this is required for the docs build jobs
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=2.2.2 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=1.1.1 # BSD License
|
|
doc8>=0.8.0 # Apache-2.0
|
|
bashate>=0.6.0 # Apache-2.0
|
|
six>=1.11.0 # MIT
|