Skip to content

Commit

Permalink
Merge pull request #735 from david-cermak/fix/docs_build
Browse files Browse the repository at this point in the history
[common]: Fix esp-docs dependencies
  • Loading branch information
david-cermak authored Jan 20, 2025
2 parents 265e38d + ae5a8ce commit 8f81478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mosq__build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
done
check_consistency:
if: contains(github.event.pull_request.labels.*.name, 'mosquitto') || github.event_name == 'push'
name: Checks that API docs and versions are consistent
runs-on: ubuntu-latest
steps:
Expand Down
9 changes: 1 addition & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
sphinxcontrib-applehelp==1.0.4
sphinxcontrib_devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-qthelp==1.0.3
breathe==4.35
recommonmark==0.7.1
esp-docs==1.7.1
esp-docs>=2.0.0

0 comments on commit 8f81478

Please sign in to comment.