Closed AndoniZubimendi closed 7 years ago
The bestpractice
node is defined in this file: https://github.com/fabpot/sphinx-php/blob/master/sensio/sphinx/bestpractice.py Have you installed the PHP Sphinx extensions provided by this repo? https://github.com/fabpot/sphinx-php
Yes, I have it installed (as told in the README.md).
I can build the html documentation fine. If I try to build the epub, I get the same error of the issue 5707. But commenting templates_path
in conf.py
produces the pub without error.
I am using Python 2.7, if this helps.
Any other thing I can try?
Hey,
I am having this problem too. Has anyone found a solution to this yet?
I'm sorry but I must close this as "won't fix". We already have problems with our 3 official formats (HTML, PDF, ePub) so we won't be able to fix these Latex issues. Maybe you can get help on the Symfony Slack where we have the #support
and #documentation
channels.
For what it's worth, I had a similar problem with a custom node, and discovered this issue while searching for a solution. I fixed it by adding latex and text arguments to the app.add_node() function as described here:
http://www.sphinx-doc.org/en/stable/extdev/tutorial.html#the-setup-function
I guess the owner of the sphinx-php project would have to add it here:
https://github.com/fabpot/sphinx-php/blob/master/sensio/sphinx/bestpractice.py#L40
Trying to build the latex documentation at 2.8 branch I get this error:
The detailed log file is:
I am on MacOS X Yosemite, am I doing something wrong, or it is an error?