doc: requirements: avoid using pygments v2.19.0
Avoid using pygments v2.19.0 as it contains a regressions in parsing "cfg" code-blocks. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
411f9d8fcb
commit
b114e0f6db
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ sphinx
|
|||
sphinx_rtd_theme~=3.0
|
||||
sphinx-tabs
|
||||
sphinxcontrib-svg2pdfconverter
|
||||
pygments>=2.9
|
||||
pygments>=2.9,!=2.19.0
|
||||
sphinx-notfound-page
|
||||
sphinx-copybutton
|
||||
sphinx-togglebutton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue