[sphinx-dev] Re: PDF generation on CentOS

2009-07-12 Thread Santiago Suarez Ordoñez
Thanks Tim, I'll try that this week and let you know if it works. Regards, Santi On Sun, Jul 12, 2009 at 5:38 PM, Tim wrote: > > Well, here are the tetex packages I have installed on CentOS 5.3: > > # yum list installed | grep tetex > tetex.i386                             3.0-33.2.el5_1.2 > i

[sphinx-dev] Re: Question Regarding Sphinx for Document Creation

2009-07-12 Thread Max Battcher
Kevin F. Benz wrote: > I had tried that but all I see is a question mark in the final output. You may want to try double checking your source_encoding in conf.py: http://sphinx.pocoo.org/config.html#confval-source_encoding -- --Max Battcher-- http://worldmaker.net --~--~-~--~~-

[sphinx-dev] Re: PDF generation on CentOS

2009-07-12 Thread Tim
Well, here are the tetex packages I have installed on CentOS 5.3: # yum list installed | grep tetex tetex.i386 3.0-33.2.el5_1.2 installed tetex-doc.i386 3.0-33.2.el5_1.2 installed tetex-dvips.i386 3.0-33.2.el5_1.2 installed

[sphinx-dev] Re: Question Regarding Sphinx for Document Creation

2009-07-12 Thread Kevin F. Benz
I had tried that but all I see is a question mark in the final output. On 7/11/09 2:15 PM, "Max Battcher" wrote: > > Kevin F. Benz wrote: >> If I am posting to the wrong list, I apologize in advance. >> >> Sphinx and Document Generation. >> >> I have spent a bit of time trying to figure out

[sphinx-dev] Re: obtaining package information automatically from setup.py?

2009-07-12 Thread Chris Withers
Thomas Lotze wrote: > Chris Withers wrote: > >>> The setuptools command provided by sphinx doesn't currently make use of >>> the metadata provided by setup.py. >> What setuptools command is provided by Sphinx? I haven't seen this >> yet... > > The build_sphinx command. It was added in 0.5. How

[sphinx-dev] Re: How to specify templates to use?

2009-07-12 Thread Wojtek Walczak
shabda raaj napisał(a): Hi, > What should I do for custom templates? I just started a new project with sphinx-quickstart, created a file layout.html in _templates/ with my own template: $ cat _templates/layout.html {% block body %} {% endblock %} then, after building the docs with 'ma

[sphinx-dev] Re: How to specify templates to use?

2009-07-12 Thread Doug Hellmann
On Jul 10, 2009, at 9:32 AM, shabda raaj wrote: > > I want to use custom html templates with my sphinx docs. > > I did, > > 1. In conf.py added > > templates_path = ['_templates'] > > 2. Created a new _templates[at same level as conf.py] directory with > layout.html, with my layout. My template