[sphinx-dev] How to use extension in an extension builder? (Suggesting the latex builder move to xelatex.)

2009-09-17 Thread Wei-Wei Guo
Dear all, I modified the latex builder to a xelatex builder, because the Babel and related parts are conflict with my own Chinese configuration and xelatex can avoid the problem. My xelatex builder is used as an extension. It works fine mostly, but when I want to use the pngmath extension, it

[sphinx-dev] Re: How to use extension in an extension builder? (Suggesting the latex builder move to xelatex.)

2009-09-17 Thread Wei-Wei Guo
Hi, Now I put modified files under sphinx's directory: - builders/xelatex.py - writers/xelatex.py And add a line in builders/__init__.py under BUILTIN_BUILDERS : 'xelatex': ('xelatex', 'XeLaTeXBuilder'), It still complains unknown node math. I cannot find how to attach file in web

[sphinx-dev] Excluding some docstrings

2009-09-17 Thread jhayes
Are there any directives that will exclude a docstring from being a part of the built documentation? For instance, I am using the automodule directive, but would like some docstrings to not be in the final documentation. Is there a way to do this without having to write my own extension?

[sphinx-dev] Invitation to connect on LinkedIn

2009-09-17 Thread Rok Garbas
LinkedIn I'd like to add you to my professional network on LinkedIn. - Rok Accept Rok Garbas's invite: https://www.linkedin.com/e/isd/744875321/uS5Frp7z/ -- (c) 2009, LinkedIn Corporation --~--~-~--~~~---~--~~ You received this

[sphinx-dev] Removing doctrees

2009-09-17 Thread LuisC
I would like to know if after building a html documentation, it is safe to remove the doctrees directory. Thank You!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send

[sphinx-dev] Re: Excluding some docstrings

2009-09-17 Thread Fernando Perez
2009/9/17 jhayes fac...@gmail.com: Are there any directives that will exclude a docstring from being a part of the built documentation?  For instance, I am using the automodule directive, but would like some docstrings to not be in the final documentation.  Is there a way to do this without