I am using sphinx for my own code and want to do cross-reference
with intersphinx to azure-sdk, but I can't find the objects.inv
I found links to the objects.inv but both intersphinx_mapping's are returning 404
|
'azure-core': ('https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/', None), |
|
'azure-identity': ('https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity/latest/', None), |
$ curl https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity/latest/objects.inv
<?xml version="1.0" encoding="utf-8"?><Error><Code>ResourceNotFound</Code><Message>The specified resource does not exist.
RequestId:e0e6008e-001e-00c6-27ca-a22aff000000
Time:2022-07-28T21:39:56.0791837Z</Message></Error>
Is there someway to get it working again?
I am using sphinx for my own code and want to do cross-reference
with intersphinx to azure-sdk, but I can't find the objects.inv
I found links to the objects.inv but both intersphinx_mapping's are returning 404
azure-sdk-for-python/doc/sphinx/conf.py
Lines 70 to 71 in 4d3d99b
Is there someway to get it working again?