Skip to content

Commit

Permalink
doc: Fix requirements to build documentation
Browse files Browse the repository at this point in the history
Use strict Python packages version in requirements

Signed-off-by: Tomasz Tyzenhauz <[email protected]>
  • Loading branch information
totyz committed Feb 9, 2024
1 parent e07fd58 commit 02255b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ sphinx-tabs==3.1.0
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp>=2.0.0
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-mscgen==0.6
sphinxcontrib-plantuml==0.21
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml>=1.1.5
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-svg2pdfconverter==1.1.1
sphinxcontrib-websupport==1.2.2
sphinx-markdown-builder==0.5.5

0 comments on commit 02255b1

Please sign in to comment.