Commit 86bce45 1 parent 4f2af4f commit 86bce45 Copy full SHA for 86bce45
File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -262,8 +262,10 @@ jobs:
262
262
runs-on : ubuntu-22.04
263
263
steps :
264
264
- name : Build and test documentation
265
- uses : eProsima/eProsima-CI/ubuntu/sphinx_docs@v0
265
+ uses : eProsima/eProsima-CI/ubuntu/sphinx_docs@main
266
266
with :
267
+ checkout_path : " ${{ github.workspace }}/src/fastddsspy"
268
+ path_to_requirements : " ${{ github.workspace }}/src/fastddsspy/docs/requirements.txt"
267
269
docs_subpackage_name : ${{ env.docs_packages_names }}
268
270
secret_token : ${{ secrets.GITHUB_TOKEN }}
269
271
Original file line number Diff line number Diff line change @@ -3,7 +3,16 @@ docutils==0.16.0
3
3
GitPython == 3.1.30
4
4
setuptools == 65.5.1
5
5
sphinx_rtd_theme == 0.5.2
6
+ sphinx-sitemap == 2.2.0
6
7
sphinx-tabs == 3.2.0
7
8
sphinx == 4.3.1
9
+ sphinxcontrib-applehelp == 1.0.4
10
+ sphinxcontrib-devhelp == 1.0.2
11
+ sphinxcontrib-htmlhelp == 2.0.1
8
12
sphinxcontrib-imagehelper == 1.1.1
13
+ sphinxcontrib-plantuml == 0.22
14
+ sphinxcontrib-qthelp == 1.0.3
15
+ sphinxcontrib-serializinghtml == 1.1.5
9
16
sphinxcontrib.spelling == 7.2.1
17
+ vcstool == 0.3.0
18
+ xmlschema == 2.1.1
You can’t perform that action at this time.
0 commit comments