Cap sphinxcontrib-mermaid <0.9.0

The docs job fail with:
  Extension error (sphinxcontrib.mermaid):
  Handler <function install_js at 0x7f6025a55f70> for event
  'html-page-context' threw an exception
  (exception: 'document' object has no attribute 'findall')

Capping sphinxcontrib-mermaid <0.9.0 fixes this issue.

Change-Id: Ibb034e8410e060329541f4ca99e5b25406c863e7
This commit is contained in:
Harald Jensås
2023-10-11 20:27:58 +02:00
parent ebe22af61e
commit 60ec2bbd73

View File

@@ -4,7 +4,7 @@
sphinx>=2.0.0,!=2.1.0 # BSD
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
sphinxcontrib-mermaid>=0.3.1,!=0.6.1 # BSD
sphinxcontrib-mermaid>=0.3.1,!=0.6.1,<0.9.0 # BSD
requests
pyquery