We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 265e38d + ae5a8ce commit 8f81478Copy full SHA for 8f81478
.github/workflows/mosq__build.yml
@@ -75,6 +75,7 @@ jobs:
75
done
76
77
check_consistency:
78
+ if: contains(github.event.pull_request.labels.*.name, 'mosquitto') || github.event_name == 'push'
79
name: Checks that API docs and versions are consistent
80
runs-on: ubuntu-latest
81
steps:
docs/requirements.txt
@@ -1,8 +1 @@
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
+esp-docs>=2.0.0
0 commit comments