On Monday 15 March 2010 09:39:09 werner wrote: > 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.
Congratulations, you just found a bug in the stylesheet cascading code ;-) A quick fix: instead of creating sphinx-mine, copy sphinx.json as sphinx-mine, add cutePage there, and use only sphinx-mine. That may work (can't test it right now). -- 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.
