Sphinx PDF themes

Firstly, Sphinx doesn’t generate PDF output by itself, though there are three general methods to get from Sphinx source files to PDF output: Use the Latex builder, and then a separate tool like latex2pdf to generate the PDF output Use the Sphinx plugin from the rst2pdf project Use the rinoh Sphinx builder provided by rinohtype … Read more

Python Sphinx autodoc and decorated members

I had the same problem with the celery @task decorator. You can also fix this in your case by adding the correct function signature to your rst file, like this: .. autoclass:: Bus :members: .. automethod:: open(self) .. automethod:: some_other_method(self, param1, param2) It will still document the non-decorator members automatically. This is mentioned in the … Read more

What is the relationship between docutils and Sphinx?

epydoc and Sphinx are different types of tools. They are the same in that they: Both use ReST via docutils. Both are very Pythonic in their focus Both can generate HTML and PDF documentation They are different in their focus. Epydoc is focused on API (Developer) documentation. You get more results quicker with Epydoc. You … Read more

What are the main differences of Sphinx and Doxygen? [closed]

This answer addresses point 2 of your question. Yes, doxygen partly has those features. You can have math formulas, that can be rendered either through a local Latex install, or through MathJax, a Javascript rendering library. As with Latex, these can be either “embedded” into text, or as a separate unit in the text flow. … Read more

How to host a privately owned documentation with ReadTheDocs or Sphinx

The only thing you need to host sphinx documentation is a static file server (the search works without a back end, see my answer here. That said, using a private readthedocs server is probably over-engineering. Just deploy the files to a static file server and point the base URL (e.g. docs.myapp.com) to the index.html file. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)