Do you also use autodoc (http://www.sphinx-doc.org/en/stable/ext/autodoc.html) to grab the documentation from the docstrings?
Best regards, Nikolaj On 2017-09-28 04:48 PM, [email protected] wrote: > We're currently expanding a python development project and would like > to use Sphinx and the Napoleon extension to generate html > documentation. We've tried both Sphinx 1.4.1 and 1.7, and all we're > getting is a copy of the source code (and comments) in an html > wrapper. I don't see any errors when we run 'make html'. Are there > some examples of python files with Google docs markup AND the expected > html output (screen shot is fine) available? Also are there any open > source projects that are using the Napoleon extension with python > source files that we could use as a detailed example? We did modify > the config.py to use sphinx.ext.napoleon. We were expecting some of > amount of formatting in the html output, based on the comment markup. > Thanks, Mike. > > -- > You received this message because you are subscribed to the Google > Groups "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. -- Nikolaj Tel: +1-514-739-1846 Skype: nikolaj_tenor -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
