[sphinx-dev] Exception in shinx/jinja when building html

2012-07-28 Thread saisam
Hi there, I got an exception while creating some html using the command sphinx-build -b html . _build_html and I get the same issue when creating a chm I tried to get the last version of shinx (1.1.3), rst2pdf (0.92, at first is was needed), reportlab (2.5) and jinja and at the end I get the

[sphinx-dev] Cannot find file Grammar.txt

2012-07-28 Thread Etienne Noël
When I'm trying to generate html documentation using Python Sphinx under Windows, I get the following error: IOError: [Errno 2] No such file or directory: 'c:\python27\sphinx.egg\sphinx\pycode\Grammar.txt' However, when I open the sphinx.egg, the file Grammar.txt is present... Here's the

[sphinx-dev] ref:`Not Italized Please link`

2012-07-28 Thread nelsonz
Hello; How can I create an internal link using *:ref:* such that the link name in the output html does NOT appear italicized. Thanks Nelson -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To view this discussion on the web visit

[sphinx-dev] Codeblocks in multipe langaues

2012-07-28 Thread Vitaly Babiy
Hey guys, I was wonder if there is already a way to do this kinda of think with sphinx? https://stripe.com/#example-code Given a few code blocks group them and show one at a time after a user a choose which to see. Thanks! -- You received this message because you are subscribed to the

[sphinx-dev] Patch

2012-07-28 Thread Pedro Kroger
Hi, I'm submitting a patch to use variables for latex and pdflatex in the Makefile used by sphinx to compile latex. It's a small change, but it allows one to use other latex implementations. For instance, with this patch I can use xelatex with something like the following in my master

[sphinx-dev] Sidebar Table of Contents Should Cover the Entire Doc Set, Not Just the Headings on the Current Page

2012-07-28 Thread Chris Boorman
I'm using Sphinx to help me generate docs for a Python API, and I can't find a way to generate a complete Table of Contents. I can only get Sphinx to auomatically generate entries for the the current page. Since my pages aren't long, this produces short-sighted, practically useless TOCs. I need

[sphinx-dev] Missing file Grammar.txt

2012-07-28 Thread Etienne Noël
First of all, I've looked on the forum and there were only three topics about this problem but it didn't solve my problem. I installed sphinx, did the quickstart withtout any issues. However, when I want to do make html, I get the following error: # Sphinx version: 1.1.3 # Python version:

[sphinx-dev] ext/autodoc.py: should not safe_getattr's AttributeException's be handled?

2012-07-28 Thread Yaroslav Halchenko
our documentation (www.pymvpa.org) started to break with absolutely non-informative to us Traceback (most recent call last): File /usr/lib/pymodules/python2.7/sphinx/ext/autodoc.py, line 326, in import_object obj = self.get_attr(obj, part) File

Re: [sphinx-dev] ext/autodoc.py: should not safe_getattr's AttributeException's be handled?

2012-07-28 Thread Antonio Valentino
Hi Yaroslav, Il 27/07/2012 19:58, Yaroslav Halchenko ha scritto: our documentation (www.pymvpa.org) started to break with absolutely non-informative to us Traceback (most recent call last): File /usr/lib/pymodules/python2.7/sphinx/ext/autodoc.py, line 326, in import_object

Re: [sphinx-dev] Sidebar Table of Contents Should Cover the Entire Doc Set, Not Just the Headings on the Current Page

2012-07-28 Thread TP
On Thu, Jul 26, 2012 at 7:37 PM, Chris Boorman gull...@gmail.com wrote: I'm using Sphinx to help me generate docs for a Python API, and I can't find a way to generate a complete Table of Contents. I can only get Sphinx to auomatically generate entries for the the current page. Since my pages