Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.61k stars 2.82k forks source link

REX MSDocs validation tool for Python #33408

Open JimSuplizio opened 11 months ago

JimSuplizio commented 11 months ago

Package name on pypi: py2docfx

In the pipeline, download the tool and tool to validate packages during the following parts of the build:

We will pin this package initially to prevent unpredictable breaks. To keep things moving forward on this, add a job to docindex which checks for a later version of the REX tool. If found:

  1. Install tool locally
  2. Test tool using the shared tests
  3. If tests pass open a PR to update the pinned version of the REX tool
danieljurek commented 7 months ago

See also: https://github.com/Azure/azure-sdk-for-python/issues/34557

JimSuplizio commented 2 days ago

This is fixed with the merge of https://github.com/Azure/azure-sdk-for-python/pull/38085 in the Python repository.