Skip to content

Commit b083d0b

Browse files
authored
Merge pull request #32 from lbr-stack/fix/lbr-stack-doc-31/git_source
update git source (#31)
2 parents 4391f31 + 8c06fac commit b083d0b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ build:
1212
- graphviz
1313
jobs:
1414
post_install:
15-
# 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/jazzy/lbr_fri_ros2_stack/repos-fri-1.15.yaml
15+
# clone lbr_fri_ros2_stack
16+
- git clone https://github.com/lbr-stack/lbr_fri_ros2_stack.git -b jazzy doc/source/lbr_fri_ros2_stack
17+
# clone lbr_fri_idl, and fri through git via vcs
18+
- vcs import doc/source < doc/source/lbr_fri_ros2_stack/lbr_fri_ros2_stack/repos-fri-1.15.yaml
1719
# unzip FRI-Client-SDK_Cpp.zip
1820
- unzip doc/source/fri/FRI-Client-SDK_Cpp.zip -d doc/source/fri/FRI-Client-SDK_Cpp
1921
# clone pyfri (non-recursive, i.e. skip pybind11 and fri)

0 commit comments

Comments
 (0)