Skip to content

Commit

Permalink
Update documentation build
Browse files Browse the repository at this point in the history
Signed-off-by: Lucia Echevarria <[email protected]>
  • Loading branch information
LuciaEchevarria99 committed Jan 16, 2024
1 parent 774268b commit 8d1cd71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Build and test documentation
uses: eProsima/eProsima-CI/ubuntu/sphinx_docs@v0
uses: eProsima/eProsima-CI/ubuntu/sphinx_docs@main
with:
checkout_path: "${{ github.workspace }}/src/ddsrecordreplay"
path_to_requirements: "${{ github.workspace }}/src/ddsrecordreplay/docs/requirements.txt"
docs_subpackage_name: ${{ env.docs_packages_names }}
secret_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
9 changes: 9 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ docutils==0.16.0
GitPython==3.1.30
setuptools==65.5.1
sphinx_rtd_theme==0.5.2
sphinx-sitemap==2.2.0
sphinx-tabs==3.2.0
sphinx==4.3.1
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-imagehelper==1.1.1
sphinxcontrib-plantuml==0.22
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib.spelling==7.2.1
vcstool==0.3.0
xmlschema==2.1.1

0 comments on commit 8d1cd71

Please sign in to comment.