Skip to content

Commit

Permalink
Freeze the version of sphinx (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Apr 17, 2024
1 parent a0cd435 commit a5f1a58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-rosdoc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
sudo apt install -y python3-pip git doxygen graphviz
python3 -m venv .venv
source .venv/bin/activate
# TODO(anyone) remove if https://github.com/sphinx-doc/sphinx/pull/12298/files is merged
pip install Sphinx==7.2.6
git clone https://github.com/ros-infrastructure/rosdoc2.git
pip install --upgrade rosdoc2/
- uses: actions/checkout@v4
Expand Down

0 comments on commit a5f1a58

Please sign in to comment.