Skip to content

Commit 60095a0

Browse files
committed
1 parent ba74ad3 commit 60095a0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/open_journals_pdf_generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- humble
6+
- main
77

88
jobs:
99
paper:

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ submodules:
55
recursive: false
66

77
build:
8-
os: ubuntu-22.04
8+
os: ubuntu-24.04
99
tools:
1010
python: "3.8" # doxysphinx python >= 3.8
1111
apt_packages:
1212
- graphviz
1313
jobs:
1414
post_install:
1515
# clone lbr_fri_ros2_stack, lbr_fri_idl, and fri through git via vcs
16-
- vcs import doc/source --input https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/humble/lbr_fri_ros2_stack/repos-fri-1.15.yaml
16+
- vcs import doc/source --input https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/jazzy/lbr_fri_ros2_stack/repos-fri-1.15.yaml
1717
# unzip FRI-Client-SDK_Cpp.zip
1818
- unzip doc/source/fri/FRI-Client-SDK_Cpp.zip -d doc/source/fri/FRI-Client-SDK_Cpp
1919
# clone pyfri (non-recursive, i.e. skip pybind11 and fri)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To build locally:
2828
4. Clone the `lbr_fri_ros2_stack`, e.g. via (this uses [vcs](https://github.com/dirk-thomas/vcstool#how-to-install-vcstool))
2929

3030
```shell
31-
wget https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/humble/lbr_fri_ros2_stack/repos-fri-1.15.yaml
31+
wget https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/jazzy/lbr_fri_ros2_stack/repos-fri-1.15.yaml
3232
vcs import doc/source < repos-fri-1.15.yaml
3333
```
3434

doc/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Contributing
22
============
33
If you wish to contribute to any of the projects, please refer to the guidelines for the respective repositories:
44

5-
- `lbr_fri_ros2_stack <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/humble/.github/CONTRIBUTING.md>`_:octicon:`link-external`
5+
- `lbr_fri_ros2_stack <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/jazzy/.github/CONTRIBUTING.md>`_:octicon:`link-external`
66
- `lbr_fri_idl <https://github.com/lbr-stack/lbr_fri_idl/blob/fri-1/.github/CONTRIBUTING.md>`_:octicon:`link-external`
77
- `fri <https://github.com/lbr-stack/fri#contributing>`_:octicon:`link-external`
88
- `pyfri <https://github.com/lbr-stack/pyfri/blob/main/.github/CONTRIBUTING.md>`_:octicon:`link-external`

0 commit comments

Comments
 (0)