Is it possible to do something like this for the html output? I don't want "Copyright" to appear at the bottom of the html output. I currently show "Copyright none" as I couldn't figure out how to prevent it from appearing altogether.
Thanks, Paulette On Mar 24, 4:50 am, Georg Brandl <[email protected]> wrote: > Warren Weckesser schrieb: > > > Is there a way to tell Sphinx to not put the "Release" on the latex > > title page? In conf.py, I've tried simply not defining it, and I've > > tried release='', but I still get the work "Release" on the title page. > > > The document that I'm creating isn't for a program, so "Release" has no > > meaning. > > You can set > > latex_elements = {'releasename': ''} > > in your conf.py to make "Release" go away. > > cheers, > Georg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
