Skip to content

Commit 256f7f4

Browse files
Bump sphinx from 8.1.3 to 8.2.3 in /requirements (#2124)
* Bump sphinx from 8.1.3 to 8.2.3 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.1.3 to 8.2.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: bump python version * fix: nbsphinx dependency dropped --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammed Adedigba <[email protected]> Co-authored-by: moe-ad <[email protected]>
1 parent 0a1c6e9 commit 256f7f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
152152
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
153153
event_name: ${{ github.event_name }}
154+
python_version: "3.11"
154155
secrets: inherit
155156

156157
upload-development-docs:

requirements/requirements_docs.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ enum-tools[sphinx]==0.12.0
33
graphviz==0.20.1
44
imageio==2.37.0
55
imageio-ffmpeg==0.6.0
6-
nbsphinx==0.9.7
76
pypandoc==1.15
87
pytest-sphinx==0.6.3
98
pyvista==0.44.2
10-
sphinx==8.1.3
9+
sphinx==8.2.3
1110
sphinx-copybutton==0.5.2
1211
sphinx-gallery==0.19.0
1312
sphinx-jinja==2.0.2

0 commit comments

Comments
 (0)