We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4391f31 + 8c06fac commit b083d0bCopy full SHA for b083d0b
1 file changed
.readthedocs.yml
@@ -12,8 +12,10 @@ build:
12
- graphviz
13
jobs:
14
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
+ # clone lbr_fri_ros2_stack
+ - 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
19
# unzip FRI-Client-SDK_Cpp.zip
20
- unzip doc/source/fri/FRI-Client-SDK_Cpp.zip -d doc/source/fri/FRI-Client-SDK_Cpp
21
# clone pyfri (non-recursive, i.e. skip pybind11 and fri)
0 commit comments