Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 1 | # The order of packages is significant, because pip processes them in the order |
| 2 | # of appearance. Changing the order has an impact on the overall integration |
| 3 | # process, which may cause wedges in the gate later. |
| 4 | |
Michael Johnson | 0a0f9b3 | 2019-01-02 16:58:21 -0800 | [diff] [blame] | 5 | sphinxcontrib-apidoc>=0.2.0 # BSD |
jacky06 | 7f55e34 | 2019-06-19 23:25:43 +0800 | [diff] [blame] | 6 | sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD |
| 7 | sphinx!=1.6.6,!=1.6.7,>=1.6.2,!=2.1.0;python_version>='3.4' # BSD |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 8 | openstackdocstheme>=1.18.1 # Apache-2.0 |
| 9 | |
| 10 | # releasenotes |
| 11 | reno>=2.5.0 # Apache-2.0 |
Michael Johnson | 791fefb | 2019-09-13 10:48:05 -0700 | [diff] [blame] | 12 | |
| 13 | # PDF Docs |
| 14 | sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD |