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
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
Recently a change was made in the python client libraries template for noxfile.py to use newer version of sphinx in the nox session that generates the docs. There is code in owlbot.py to use sphinx<3.0.0 which reverts the sphinx upgrade. When I ran nox -s docs with a newer version of sphinx, there were several sphinx warnings. I'll dig into the warnings and propose fixes. The workaround to downgrade sphinx in noxfile.py should be removed in the PR that fixes the warnings.