Update doc tools for the charm guide

This is based on a similar PR for the deploy-guide:

https://review.opendev.org/#/c/691241

Closes-Bug: #1808312

Change-Id: I4bff68c5103fe47407e449ad4717f4fd0f320fcf
This commit is contained in:
Peter Matulis
2019-10-28 19:18:29 -04:00
parent 2fd767323c
commit 9e8aad5902
3 changed files with 141 additions and 136 deletions

View File

@@ -1,4 +1,9 @@
pbr>=1.6 # Apache-2.0
sphinx>=2.0.0 # BSD
openstackdocstheme>=1.29.2 # Apache-2.0
doc8>=0.8.0 # Apache-2.0
# 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.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
openstackdocstheme>=1.30.0 # Apache-2.0