blob: 90ae1152f396982c2987f01c51dc07c35222330e [file] [log] [blame]
Jude Cross986e3f52017-07-24 14:57:20 -07001# 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 Johnson0a0f9b32019-01-02 16:58:21 -08005sphinxcontrib-apidoc>=0.2.0 # BSD
jacky067f55e342019-06-19 23:25:43 +08006sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
7sphinx!=1.6.6,!=1.6.7,>=1.6.2,!=2.1.0;python_version>='3.4' # BSD
Jude Cross986e3f52017-07-24 14:57:20 -07008openstackdocstheme>=1.18.1 # Apache-2.0
9
10# releasenotes
11reno>=2.5.0 # Apache-2.0
Michael Johnson791fefb2019-09-13 10:48:05 -070012
13# PDF Docs
14sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD