Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Nikola 8 #2

Closed
jamadden opened this issue May 18, 2018 · 0 comments
Closed

Not compatible with Nikola 8 #2

jamadden opened this issue May 18, 2018 · 0 comments

Comments

@jamadden
Copy link
Member

Specifically:

Traceback (most recent call last):
  File "//NIH/lib/python3.6/site-packages/doit/action.py", line 424, in execute
    returned_value = self.py_callable(*self.args, **kwargs)
  File "//NIH/lib/python3.6/site-packages/nikola/nikola.py", line 1390, in render_template
    template_name, None, local_context)
  File "//src/nti/nikola_chameleon/plugin.py", line 194, in render_template
    result = self.render_template_to_string(template_name, context)
  File "//src/nti/nikola_chameleon/plugin.py", line 232, in render_template_to_string
    if post.is_mathjax:
AttributeError: 'Post' object has no attribute 'is_mathjax'

Here's a document about new things in nikola 8 and here's a document about upgrading

I'm not sure there's an advantage to continuing to support nikola 7 (other than python 2.7 support).

jamadden added a commit that referenced this issue May 21, 2018
Update to nikola 8; drop support for Python 2.7. Fixes #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant