I thought I asked this once already, but the post never showed up...
I have the following code in a module:
def ngx_modify(app, pagename, templatename, context, doctree):
context['page'] = 'PAGE'
def setup(app):
app.connect('html-page-context', ngx_modify)
The string 'context' is immutable so I'm not able to modify it the way I
have written. I only modify the copy of the string. I really need to figure
out how to modify the html that is being rendered. How far off am I with
this attempt? Any tips to get me there?
--
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/groups/opt_out.