contributor-guide/test-requirements.txt
Andreas Jaeger 134aa41772 Update tox.ini, enable doc8
Use doc8 for linting of documents to avoid common RST problems.
Fix all problems found (overlong lines).

Update tox.ini:
* Update envlist to show actual used targets
* Use docs command that is run by Zuul scripts
* Remove -U from pip, it can break installations and is not needed here.

Change-Id: Id298af73f7d881352005ddc1c0ea5282b2e5e8e8
2018-03-02 20:40:51 +01:00

8 lines
298 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.11.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0