We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1c6e9 commit 256f7f4Copy full SHA for 256f7f4
.github/workflows/ci.yml
@@ -151,6 +151,7 @@ jobs:
151
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
152
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
153
event_name: ${{ github.event_name }}
154
+ python_version: "3.11"
155
secrets: inherit
156
157
upload-development-docs:
requirements/requirements_docs.txt
@@ -3,11 +3,10 @@ enum-tools[sphinx]==0.12.0
3
graphviz==0.20.1
4
imageio==2.37.0
5
imageio-ffmpeg==0.6.0
6
-nbsphinx==0.9.7
7
pypandoc==1.15
8
pytest-sphinx==0.6.3
9
pyvista==0.44.2
10
-sphinx==8.1.3
+sphinx==8.2.3
11
sphinx-copybutton==0.5.2
12
sphinx-gallery==0.19.0
13
sphinx-jinja==2.0.2
0 commit comments