election/doc/requirements.txt
Sean McGinnis eb4fcd7bf0 Use doc-only requirements
Doc requirements are not needed for unit test runs. This moves doc
requirements into the recommended doc/requirements.txt location and
updates the tox target to pull from there.

Change-Id: I06761a6090d64ae1be5065727f7f56ede14c8d13
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-03-26 10:16:58 -05:00

7 lines
294 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.
# needed for doc build
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.25.1 # Apache-2.0