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 585e4b3 commit ba3f06fCopy full SHA for ba3f06f
.github/workflows/publish-docs-component.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
sudo apt-get update
50
sudo apt-get -y install doxygen clang python3-pip
51
- python -m pip install breathe recommonmark esp-docs==1.4.1
+ python -m pip install -r docs/requirements.txt
52
for comp in `ls components`; do
53
if [[ -d $GITHUB_WORKSPACE/docs/${comp} ]]; then
54
cd $GITHUB_WORKSPACE/docs/${comp}
docs/requirements.txt
@@ -0,0 +1,8 @@
1
+sphinxcontrib-applehelp==1.0.4
2
+sphinxcontrib_devhelp==1.0.2
3
+sphinxcontrib-htmlhelp==2.0.1
4
+sphinxcontrib-serializinghtml==1.1.5
5
+sphinxcontrib-qthelp==1.0.3
6
+breathe==4.35
7
+recommonmark==0.7.1
8
+esp-docs==1.7.1
0 commit comments