Skip to content

Commit 86bce45

Browse files
Update documentation build (#68)
* Update documentation build Signed-off-by: Lucia Echevarria <[email protected]> * Fix wrong directory Signed-off-by: Lucia Echevarria <[email protected]> --------- Signed-off-by: Lucia Echevarria <[email protected]>
1 parent 4f2af4f commit 86bce45

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,10 @@ jobs:
262262
runs-on: ubuntu-22.04
263263
steps:
264264
- name: Build and test documentation
265-
uses: eProsima/eProsima-CI/ubuntu/sphinx_docs@v0
265+
uses: eProsima/eProsima-CI/ubuntu/sphinx_docs@main
266266
with:
267+
checkout_path: "${{ github.workspace }}/src/fastddsspy"
268+
path_to_requirements: "${{ github.workspace }}/src/fastddsspy/docs/requirements.txt"
267269
docs_subpackage_name: ${{ env.docs_packages_names }}
268270
secret_token: ${{ secrets.GITHUB_TOKEN }}
269271

docs/requirements.txt

+9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ docutils==0.16.0
33
GitPython==3.1.30
44
setuptools==65.5.1
55
sphinx_rtd_theme==0.5.2
6+
sphinx-sitemap==2.2.0
67
sphinx-tabs==3.2.0
78
sphinx==4.3.1
9+
sphinxcontrib-applehelp==1.0.4
10+
sphinxcontrib-devhelp==1.0.2
11+
sphinxcontrib-htmlhelp==2.0.1
812
sphinxcontrib-imagehelper==1.1.1
13+
sphinxcontrib-plantuml==0.22
14+
sphinxcontrib-qthelp==1.0.3
15+
sphinxcontrib-serializinghtml==1.1.5
916
sphinxcontrib.spelling==7.2.1
17+
vcstool==0.3.0
18+
xmlschema==2.1.1

0 commit comments

Comments
 (0)