Skip to content

Commit dd498d8

Browse files
dependabot[bot]pyansys-ci-botAlejandroFernandezLuces
authored
build(deps): bump the doc-dependencies group with 3 updates (#986)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: Alex Fernandez <21alex295@gmail.com>
1 parent c91ec3b commit dd498d8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
- name: "Run Ansys documentation building action"
106106
uses: ansys/actions/doc-build@v8
107107
with:
108+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
108109
check-links: false
109110
needs-quarto: true
110111
sphinxopts: "-j auto --keep-going"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump the doc-dependencies group with 3 updates

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ tests = [
4040
"pyvista[trame]==0.44.2"
4141
]
4242
doc = [
43-
"ansys-sphinx-theme[autoapi]==1.3.1",
43+
"ansys-sphinx-theme[autoapi]==1.3.2",
4444
"ansys-tools-visualization-interface==0.8.3",
4545
"jupyter-sphinx==0.5.3",
4646
"numpydoc==1.8.0",
47-
"sphinx==8.1.3",
47+
"sphinx==8.2.1",
4848
"sphinx_design==0.6.1",
4949
"pyvista==0.44.2",
50-
"sphinx-autodoc-typehints==3.0.1",
50+
"sphinx-autodoc-typehints==3.1.0",
5151
"sphinx-copybutton==0.5.2",
5252
"sphinx-gallery==0.19.0",
5353
"sphinx-notfound-page==1.1.0",

0 commit comments

Comments
 (0)