Skip to content

Commit ba602bd

Browse files
committed
ci: fix version of breathe and sphinx
Do not install latest version of breathe and sphinx, use the versions supported by Zephyr. Signed-off-by: Anas Nashif <[email protected]>
1 parent 2f00bd7 commit ba602bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/doc-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: install-pip
3131
run: |
3232
pip3 install setuptools
33-
pip3 install 'breathe>=4.9.1' 'docutils>=0.14' \
34-
'sphinx>=1.7.5' sphinx_rtd_theme sphinx-tabs \
33+
pip3 install 'breathe>=4.9.1,<4.15.0' 'docutils>=0.14' \
34+
'sphinx>=1.7.5,<3.0' sphinx_rtd_theme sphinx-tabs \
3535
sphinxcontrib-svg2pdfconverter 'west>=0.6.2'
3636
pip3 install pyelftools
3737

scripts/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
wheel==0.30.0
2-
breathe==4.9.1
3-
sphinx==1.7.5
2+
breathe==4.9.1,<4.15.0
3+
sphinx==1.7.5,<3.0
44
docutils==0.14
55
sphinx_rtd_theme
66
sphinxcontrib-svg2pdfconverter

0 commit comments

Comments
 (0)