Skip to content

Commit

Permalink
ci: fixes doc generation failure on CI (#3125)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow authored Aug 18, 2023
1 parent a0a568c commit 599ff44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
run: |
echo "Checking formatting for $GITHUB_REPOSITORY"
pip3 install -r coordinator/requirements-dev.txt
pip3 install -r python/requirements-dev.txt
pushd python
python3 -m isort --check --diff .
python3 -m black --check --diff .
Expand All @@ -156,7 +157,6 @@ jobs:
# Install pip dependencies, build builtin gar, and generate proto stuffs.
sudo apt update
sudo apt install -y doxygen graphviz
pip3 install furo
# generate a taged version
cd ${GITHUB_WORKSPACE}
Expand Down
5 changes: 3 additions & 2 deletions python/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
black>=23.3.0
breathe>4.30
docutils==0.16
docutils==0.20.1
flake8==4.0.1
furo # sphinx theme
isort==5.10.1
jinja2>=3.1.0
linkify-it-py
myst-parser>=0.13.0
pylint
pytest
pytest-cov
pytest-timeout
Pygments>=2.4.1
sphinx>=4.1.0,<6
sphinx>=7.1.2
sphinx-copybutton
sphinx-panels
sphinxemoji
Expand Down

0 comments on commit 599ff44

Please sign in to comment.