File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
setuptools-scm >= 8.1.0
2
2
sphinx
3
3
sphinx-autoapi
4
- intersphinx_registry >= 0.2410.14 # https://github.com/Quansight-Labs/intersphinx_registry/pull/41
4
+ intersphinx_registry >= 0.2501.23 # https://github.com/Quansight-Labs/intersphinx_registry/pull/58
5
5
nbsphinx
6
6
jupyter_core >= 4.11.2 # nbsphix dependency - addresses CVE-2022-39286
7
7
nbconvert
Original file line number Diff line number Diff line change @@ -136,10 +136,8 @@ def is_on_github_actions():
136
136
intersphinx_mapping = get_intersphinx_mapping (
137
137
packages = {
138
138
"asyncssh" ,
139
- # Azure SDKs removed their intersphinx publishing.
140
- # https://github.com/Azure/azure-sdk-for-python/issues/39316
141
- # "azure-core",
142
- # "azure-identity",
139
+ "azure-core" ,
140
+ "azure-identity" ,
143
141
"configspace" ,
144
142
"matplotlib" ,
145
143
"numpy" ,
@@ -235,9 +233,6 @@ def setup(app: SphinxApp) -> None:
235
233
nitpick_ignore_regex = [
236
234
# Ignore some external references that don't use sphinx for their docs.
237
235
(r"py:.*" , r"flaml\..*" ),
238
- # Azure SDKs removed their intersphinx publishing.
239
- # https://github.com/Azure/azure-sdk-for-python/issues/39316
240
- (r"py:.*" , r"azure\..*" ),
241
236
]
242
237
243
238
# Which documents to include in the build.
You can’t perform that action at this time.
0 commit comments