Hi, If you're okay to write a HTML file, you can do it with html_additional_pages setting: http://www.sphinx-doc.org/en/master/config.html#confval-html_additional_pages
For example, the top page of sphinx-doc.org uses it to generate index page. https://github.com/sphinx-doc/sphinx/blob/master/doc/conf.py#L29 https://github.com/sphinx-doc/sphinx/blob/master/doc/_templates/index.html Thanks, Takeshi KOMIYA 2018-02-15 0:47 GMT+09:00 walikha <[email protected]>: > I am creating documentation site using Sphinx. I would like to create a > home/index page that has a completely different style and structure than the > actual pages in the site. By default, all Sphinx pages build using the same > configured template which has the same style and structure. How can I > achieve this? > > -- > 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. -- 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.
