Skip to content

Commit 5b9f51a

Browse files
Updated ubuntu image and python dependencies.
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
1 parent d2ed69e commit 5b9f51a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ references:
1818
openjdk-8-jre \
1919
openssh-server \
2020
python3-pip \
21-
ttf-dejavu
21+
fonts-dejavu
2222
pip3 install -r requirements.txt
2323
make_docs: &make_docs
2424
run:
@@ -55,7 +55,7 @@ commands:
5555
executors:
5656
docs_exec:
5757
docker:
58-
- image: ubuntu:focal
58+
- image: ubuntu:latest
5959
working_directory: /nav2_docs
6060

6161
jobs:

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
breathe==4.35.0
2-
docutils==0.15
1+
breathe==4.36.0
2+
docutils==0.21
33
jinja2==3.1.6
4-
myst-parser==1.0.0
4+
myst-parser==4.0.1
55
sphinx_copybutton==0.5.2
6-
sphinx_rtd_theme==2.0.0
6+
sphinx_rtd_theme==3.0.2
77
sphinx-autobuild
8-
sphinx==5.3.0
8+
sphinx==8.2.3
99
sphinxcontrib-plantuml

0 commit comments

Comments
 (0)