Skip to content

Commit 8f81478

Browse files
authored
Merge pull request #735 from david-cermak/fix/docs_build
[common]: Fix esp-docs dependencies
2 parents 265e38d + ae5a8ce commit 8f81478

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/mosq__build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
done
7676
7777
check_consistency:
78+
if: contains(github.event.pull_request.labels.*.name, 'mosquitto') || github.event_name == 'push'
7879
name: Checks that API docs and versions are consistent
7980
runs-on: ubuntu-latest
8081
steps:

docs/requirements.txt

+1-8
Original file line numberDiff line numberDiff line change
@@ -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
1+
esp-docs>=2.0.0

0 commit comments

Comments
 (0)