We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f00bd7 commit ba602bdCopy full SHA for ba602bd
.github/workflows/doc-build.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: install-pip
31
run: |
32
pip3 install setuptools
33
- pip3 install 'breathe>=4.9.1' 'docutils>=0.14' \
34
- 'sphinx>=1.7.5' sphinx_rtd_theme sphinx-tabs \
+ pip3 install 'breathe>=4.9.1,<4.15.0' 'docutils>=0.14' \
+ 'sphinx>=1.7.5,<3.0' sphinx_rtd_theme sphinx-tabs \
35
sphinxcontrib-svg2pdfconverter 'west>=0.6.2'
36
pip3 install pyelftools
37
scripts/requirements.txt
@@ -1,6 +1,6 @@
1
wheel==0.30.0
2
-breathe==4.9.1
3
-sphinx==1.7.5
+breathe==4.9.1,<4.15.0
+sphinx==1.7.5,<3.0
4
docutils==0.14
5
sphinx_rtd_theme
6
sphinxcontrib-svg2pdfconverter
0 commit comments