How to link properly sphinx index.html file to a view
My sphinx documentation is generated properly with custom theme. The documentation file is called index.html which I use as template in a django view to render the documentation.
Problem : I lost the the theme
sphinx_rtd_themeand links between pages.
Could you please help me?