-
Notifications
You must be signed in to change notification settings - Fork 10
Add Jinja2 dependency to docs and pin to 3.0.3 #189
Copy link
Copy link
Open
Labels
area-docsIssues and PRs related to Thicket's documentation, notebooks, and examplesIssues and PRs related to Thicket's documentation, notebooks, and examplespriority-normalNormal priority issues and PRsNormal priority issues and PRstype-bugIdentifies bugs in issues and identifies bug fixes in PRsIdentifies bugs in issues and identifies bug fixes in PRs
Metadata
Metadata
Assignees
Labels
area-docsIssues and PRs related to Thicket's documentation, notebooks, and examplesIssues and PRs related to Thicket's documentation, notebooks, and examplespriority-normalNormal priority issues and PRsNormal priority issues and PRstype-bugIdentifies bugs in issues and identifies bug fixes in PRsIdentifies bugs in issues and identifies bug fixes in PRs
Type
Fields
Give feedbackNo fields configured for issues without a type.
Our docs depend on
nbsphinx, which in turn depends onnbconvert. Unfortunately, there is an issue related tonbconvertthat causes our docs to fail if a version of Jinja2 greater than 3.0.3 is installed.So, we need to add a dependency on Jinja2 3.0.3 to
docs/requirements.txt.