bab891464f
sphinxcontrib-mermaid 0.6.1 causes issue seen in LP bug 1916280. Newer version of sphinxcontrib-mermaid will fix so let's avoid problem with known issue. Change-Id: Iad6b3faa1a4428ce9a59efbc879bcf5a0f394cc1 Closes-Bug: #1916280
13 lines
419 B
Plaintext
13 lines
419 B
Plaintext
# 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>=2.0.0,!=2.1.0 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
|
sphinxcontrib-mermaid>=0.3.1,!=0.6.1 # BSD
|
|
requests
|
|
pyquery
|
|
|
|
# needed because sphinxcontrib-mermaid calls it but doesn't require it
|
|
six
|