Skip to content

Commit 351aa53

Browse files
Update documentation build (#423)
* Update documentation build Signed-off-by: Lucia Echevarria <[email protected]> * Change GitPython dependency Signed-off-by: Lucia Echevarria <[email protected]> * Change Python version to 3.11 Signed-off-by: Lucia Echevarria <[email protected]> --------- Signed-off-by: Lucia Echevarria <[email protected]>
1 parent 24d263f commit 351aa53

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,10 @@ jobs:
301301
runs-on: ubuntu-22.04
302302
steps:
303303
- name: Build and test documentation
304-
uses: eProsima/eProsima-CI/ubuntu/sphinx_docs@v0
304+
uses: eProsima/eProsima-CI/ubuntu/sphinx_docs@main
305305
with:
306+
checkout_path: "${{ github.workspace }}/src/ddsrouter"
307+
path_to_requirements: "${{ github.workspace }}/src/ddsrouter/docs/requirements.txt"
306308
docs_subpackage_name: ${{ env.docs_packages_names }}
307309
secret_token: ${{ secrets.GITHUB_TOKEN }}
308310

docs/requirements.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
doc8==0.10.1
22
docutils==0.16.0
3-
GitPython==3.1.41
3+
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

readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.7"
12+
python: "3.11"
1313

1414
# Build documentation in the docs/ directory with Sphinx
1515
sphinx:

0 commit comments

Comments
 (0)