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
@AakashGfude this PR appears to be passing but it actually isn't if you take a look at the build logs for pdf
So, this article.tplx issue came when updating conda? It was not there in the previous version?
That is correct. I repined anaconda in #327 so you can look at the build log there (or setup the conda environment locally).
I spent some time on it yesterday afternoon -- and make website seems to have an issue with the latest jinja2, and make pdf seems to have the tplx issue with nbconvert. There is an open issue on nbconvert about it as well jupyter/nbconvert#1483 so maybe we can help them out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the
anaconda==2020.11pin.There are currently some issues with the
publishingside of things when using the template files:article.tpxlforjinjaextend oflatex.tplhtml.tplusingjinja2[CI] Issue with jinja2==2.11.2 (pinned to jinja2==2.11.1) #328Note: all tests run so the actual lectures run fine in the latest
anaconda-- this just impacts publishing and building.