Skip to content

Commit a5f87d7

Browse files
update sphinx to v8 (Azure#39846)
* update sphinx to v8 * update sphinx version on analyze check versions table
1 parent 966f882 commit a5f87d7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/analyze_check_versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Pylint | 3.2.7 | 3.2.7 | 2025-04-14 |
99
Pylint Guidelines Checker | 0.4.1 | 0.5.1 | 2025-04-14 |
1010
MyPy | 1.13.0 | 1.14.1 | 2025-04-14 |
1111
Pyright | 1.1.389 | 1.1.391 | 2025-04-14 |
12-
Sphinx | 7.3.7 | N/A | N/A |
12+
Sphinx | 8.2.0 | N/A | N/A |
1313
Black | 24.4.0 | N/A | N/A |

eng/pipelines/templates/steps/build-extended-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ parameters:
2424
# Please use `$(TargetingString)` to refer to the python packages glob string. This variable is set from resolve-package-targeting.yml.
2525
steps:
2626
- task: UsePythonVersion@0
27-
displayName: 'Use Python 3.11'
27+
displayName: 'Use Python 3.13'
2828
inputs:
29-
versionSpec: '3.11'
29+
versionSpec: '3.13'
3030

3131
- pwsh: |
3232
if ("${{ parameters.ServiceDirectory }}" -ne "auto")

eng/tox/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ setenv =
325325
PROXY_URL=http://localhost:5007
326326
deps =
327327
{[base]deps}
328-
sphinx==7.3.7
329-
sphinx_rtd_theme==1.3.0
330-
myst_parser==2.0.0
328+
sphinx==8.2.0
329+
sphinx_rtd_theme==3.0.2
330+
myst_parser==4.0.1
331331
sphinxcontrib-jquery==4.1
332332
commands =
333333
python {repository_root}/eng/tox/create_package_and_install.py \

0 commit comments

Comments
 (0)