Skip to content

Commit

Permalink
Remove fixed Sphinx version (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Jul 18, 2024
1 parent 796ebac commit 257c8e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-rosdoc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ 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
pip install Sphinx
git clone https://github.com/ros-infrastructure/rosdoc2.git
pip install --upgrade rosdoc2/
- uses: actions/checkout@v4
Expand Down

0 comments on commit 257c8e5

Please sign in to comment.