Hi Manuel, This is the original example. https://bitbucket.org/jacobmason/sphinx-demo-webapp
This is my fork: https://github.com/shimizukawa/sphinx-websupport-app My forked version supports Google+ and Github OAuth2 instead of OpenID. On Fri, Jul 17, 2015 at 6:21 AM Manuel Escriche < [email protected]> wrote: > Hi there, > > I have recently started using sphinx to create documentation for a website > developed with Flask. > I'm trying to integrate the documentation in the site with websupport > class, but I don't find how to overcome difficulties. > > I follow the examples in the documentation to create the websupport object > and build it. > After this step the data is generated. > > Then, within the flask, I again instanciate the websupport class to read > the data previously created. > But when I use the get_document, first I have to strip('/') the incoming > docname, which I overcame. > > Now I find pictures aren't represented because their src holder is not > generated properly (it seems to me!). > Well, I reviewed the staticdir but it seems to be alright, join(buildir, > static). > > I would appreciate if anybody could point me to a working example, or > alternatively shed light on what might be wrong. > If needed I can share the code. > > Thanks in advance! > Manuel > > -- > 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 http://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. > -- 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 http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
