Re: [sphinx-dev] option -b not recognized?

2012-01-09 Thread Michael Foord
On 8 January 2012 13:41, Salim Fadhley s...@stodge.org wrote: I'm just working through the quick-start documentation. At the point where I ought to be able to give the following command: $ sphinx-build -b html sourcedir builddir This is what actually happens:

Re: [sphinx-dev] Adding Python classes to local contents via autodoc

2012-01-09 Thread Michael Foord
On 6 January 2012 20:23, dbrnz d.bro...@auckland.ac.nz wrote: Apologies if this has been already asked, but is there anyway to have Python classes show in a (local) table-of-contents? When using autodoc? I've seen a suggestion to add a section heading before each ..class although in this case

[sphinx-dev] xelatex

2012-01-09 Thread Jan Ulrich Hasecke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, is there an option to use xelatex with Sphinx? juh -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8K7uMACgkQPUzUEFbILMRCjACgzBXm/Y2C28TqQz04Bc4GIcAo

[sphinx-dev] Output-format-dependent substitution

2012-01-09 Thread andreash
Hi Sphinx experts, how can I make a substitution depending on the output-format? Basically, I would like to have something like this:: if html: |CLICK| unicode:: U+21E8 elif latex: |CLICK| raw:: latex $\LongRightArrow$ but I cannot seem to get the syntax

[sphinx-dev] What causes WARNING: unknown keyword: with?

2012-01-09 Thread Chris Withers
Hi All, When building my docs with a Python 2.7, I still get: docs/exceptions.txt:13: WARNING: unknown keyword: with What's causing that? It's now obviously wrong (as opposed to just being only technically correct in 2.6) cheers, Chris -- Simplistix - Content Management, Batch Processing