You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ACTION NEEDED: All sphinx errors and warnings must be fixed by 2024-04-15. The build will begin to fail for this library if errors are not fixed.
This issue indicates that your library reference documentation is rendering with errors. To avoid customer issues, please ensure you take care of these errors and warnings ASAP.
Library name: azure-ai-language-conversations Sphinx build:Link to build (2024-02-04) How to fix: Run the strict-sphinx tox command at the library package-level and resolve the docstring errors and warnings.
ACTION NEEDED: All sphinx errors and warnings must be fixed by 2024-04-15. The build will begin to fail for this library if errors are not fixed.
This issue indicates that your library reference documentation is rendering with errors. To avoid customer issues, please ensure you take care of these errors and warnings ASAP.
Library name: azure-ai-language-conversations
Sphinx build: Link to build (2024-02-04)
How to fix: Run the
strict-sphinx
tox command at the library package-level and resolve the docstring errors and warnings.../azure-ai-language-conversations>pip install "tox<5"
../azure-ai-language-conversations>tox run -e strict-sphinx -c ../../../eng/tox/tox.ini --root .
Once resolved, set
strict_sphinx = true
in the package's pyproject.toml file.See Sphinx and docstring checker for more information.
The text was updated successfully, but these errors were encountered: