Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
python_version:
required: false
type: string
default: "3.9"
default: "3.10"
ANSYS_VERSION:
required: false
type: string
Expand All @@ -29,7 +29,7 @@ on:
description: "Python interpreter"
required: true
type: string
default: "3.9"
default: "3.10"
ANSYS_VERSION:
description: "ANSYS version"
required: true
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nbsphinx==0.9.5
pypandoc==1.13
pytest-sphinx==0.6.3
pyvista==0.44.1
sphinx==7.1.0
sphinx==8.0.2
sphinx-copybutton==0.5.2
sphinx-gallery==0.17.1
sphinx-notfound-page==1.0.4
Expand Down
Loading