Info Site¶
The optional info/ directory is treated as the non-documentation portion of
the generated static site.
Behavior¶
.rstfiles underinfo/are rendered to.htmlpages..txtfiles are rendered as plain-text pages inside the shared site chrome..htmlfiles are wrapped with the shared navigation shell.Other files are copied byte-for-byte.
info/index.rst,info/index.txt, orinfo/index.htmlcan become the site homepage.
Reserved paths¶
info/docs is reserved because generated documentation is always published
under /docs/.
Conflicting inputs fail the build. For example, info/about.rst and
info/about.html both target about.html and cannot be published together.