Browse Source
This patch creates a new doc/requirements.txt file, moves into it the required packages from test-requirements.txt, and makes the necessary changes to the docs build to fix the dependencies. Change-Id: I6cc9aadc6359fac5b985afb370bd4e33d4749b74changes/89/706389/1
3 changed files with 8 additions and 4 deletions
@ -0,0 +1,7 @@
|
||||
# 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.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD |
||||
sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD |
||||
openstackdocstheme # Apache-2.0 |
Loading…
Reference in new issue