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 Jan 15, 2026. It is now read-only.
The dependencies required to build documentation are duplicated between the documentation itself and the requirements.txt file. We should point users to the later as much as possible to remove duplication. We could even split documentation requirements to docs/requirements.txt, and use -r docs/requirements.txt in the root requirements.txt to keep the current behavior.