Hi,

On 11/24/2014 13:50, Werner wrote:
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.
Figured it out.

The macro definition missed the '()'.

had this in the template:
{% macro GetSubTitle %}

but it should be this:
{% macro GetSubTitle() %}

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.

Reply via email to