Add Jinja2 dependency to docs and pin to 3.0.3
Open
Nobody has claimed this yet.
area-docs
priority-normal
type-bug
- Dominant language
- JavaScript
- Stars
- 18
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Our docs depend on `nbsphinx`, which in turn depends on `nbconvert`. Unfortunately, there is [an issue](https://github.com/jupyter/nbconvert/issues/1736) related to `nbconvert` that 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`.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open docs/requirements.txt and review the existing documentation dependencies. Add the pinned Jinja2 3.0.3 dependency, then verify that the documentation dependencies install and the docs no longer fail with the affected nbconvert issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100