I'm quite new to Sphinx and I'm trying to create the docs for my application. It would be nice to generate a "standalone" HTML file for each topic.
I mean: Sphinx creates a useful navigation panel on the left, with some modules (toc, next topic, search, etc..). But this is placed in every HTML!
I would like to add a contextual help inside my application: whenever the user set the focus on a (relevant) widget, the related HTML is shown in a box. Of course I don't want to show the navigation panel here!
Is is possible to configure Sphinx to generate HTML files that contains ONLY the topic's content, then use a main html (index.html) to display them in a frame?