-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
See labscript-suite/labscript-devices#97 for details.
Basically jinja2 removed a deprecated feature in version 3.1 that is called by sphinx 3.5. I had hoped to just update the sphinx pins, but it appears newer versions of sphinx trigger the double import of setuptools' distutils hack via RTD build scripts.
So the fix could take one of three forms:
- pin down jinja2<3.1
- submit a PR to RTD to get them to update their distutils calls to modern versions
- Whitelist distutils in the double import denier
Does anyone have any preferences on which option to take?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation