Hi,I am trying to build the docs for a project I like to update which has not been built by the original author for some years, not sure what Sphinx version was used at the time.
I am getting this exception: preparing documents... done writing output... [ 9%] cellEditing Exception occurred:File "D:\devTools\ObjectListView\docs\.templates\layout.html", line 16, in template
{% macro GetSubTitle %}
TemplateSyntaxError: expected token '(', got 'end of statement block'
Can someone give me some pointers on how to fix this or how to best
upgrade the project to the latest Sphinx version.
Werner -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.{# Filename: .templates/layout.html #} {% extends '!layout.html' %} {% block extrahead %} {% endblock %} {% block rootrellink %}
How I learned to stop worrying and love wx.ListCtrl
{% endif %} {% if current_page_name == "faq" %}Just the FAQs, Ma'am
{% endif %} {% if current_page_name == "whatsnew" %}Recent improvements in loving wx.ListCtrl
{% endif %} {% if current_page_name == "gettingStarted" %}First steps in learning to love wx.ListCtrl
{% endif %} {% if current_page_name == "recipes" %}(G)-rated techniques for loving wx.ListCtrl
{% endif %} {% if current_page_name == "cellEditing" %}How to edit the cell values in an ObjectListView
{% endif %} {% if current_page_name == "search" %}Search all documentation on this site
{% endif %} {% if current_page_name == "changelog" %}Detailed records of what changed when
{% endif %} {% if current_page_name == "features" %}Why should I learn to love the wx.ListCtrl?
{% endif %} {% if current_page_name == "groupListView" %}Playing with groupies and loving it
{% endif %} {% if current_page_name == "majorClasses" %}Interface documentation of the major classes
{% endif %} {% if current_page_name == "listCtrlPrinter" %}The slothful way to love reports
{% endif %} {% endmacro %} {% block relbar1 %}{{ title }}{{ GetSubTitle() }} |
You received this message because you are subscribed to the Google Groups "sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.
