Roberto,
You are too fast for me :-)
On 15/03/2010 13:15, Roberto Alsina wrote:
Since I suck at making releases, 0.13 had a bug in its setup.py and was
missing a crucial file.
So, I just released 0.13.1 with that fixed.
That one works.
I had noticed some time ago that some work had been done to get page
numbers onto header or footer.
Tried to get this working with some style stuff you mentioned ages ago,
but I don't get page numbers in my .pdf file.
Style sheet is attached and in my conf.py I have:
pdf_stylesheets = ['sphinx', 'sphinx-mine']
Is there somewhere a sample project I could look at to see how it should
be done.
Thanks
Werner
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en.
{
"pageTemplates" : {
"cutePage": {
"frames": [
["0%", "0%", "100%", "100%"]
],
"showHeader" : false,
"showFooter" : true,
"defaultHeader" : "something page for the header ###Page###",
"defaultFooter" : "something page ###Page###"
}
}
}