03041378f2
This patch implements: - The OpenStack Manuals documentation theme. - Some minor content changes to the index pages to ensure that they render correctly. - Adjustments to the tox/requirements configuration in order to implement doc8 checks to facilitate improved documentation checking for incoming patches. - Adjustments to the sphinx configuration for easier maintenance. Note: The bug_title in the openstackdocstheme is not currently customisable. A patch to implement the ability to do so has been submitted: https://review.openstack.org/338299 Partially-Implements: blueprint osa-install-guide-overhaul Change-Id: I8af1a7ce9008e70abad00be96614c9997f59596b
17 lines
365 B
Plaintext
17 lines
365 B
Plaintext
bashate==0.5.0 # Apache-2.0
|
|
coverage<=4.0.3 # Apache-2.0
|
|
flake8==2.2.4
|
|
hacking>=0.10.0,<0.11
|
|
mccabe==0.2.1 # capped for flake8
|
|
mock==2.0.0
|
|
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
virtualenv>=14.0.0
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
openstackdocstheme>=1.2.3
|
|
doc8 # Apache-2.0
|
|
reno>=0.1.1 # Apache-2.0
|