Browse Source
This commit separates the requirements libraries for the docs job in tox.ini. The latest sphinx doesn't work in Python2 environments anymore. So, we need to split that into the test and docs jobs. Change-Id: I7255cd9af0dfb5c1f66c1aa65d0ddfb144079836changes/28/662728/1
3 changed files with 14 additions and 5 deletions
@ -0,0 +1,6 @@
|
||||
# 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. |
||||
openstackdocstheme>=1.18.1 # Apache-2.0 |
||||
reno>=2.5.0 # Apache-2.0 |
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD |
Loading…
Reference in new issue