htmlpython-sphinx

Replace " documentation" suffix in standard HTML output in Sphinx


The standard Sphinx HTML output (pyramid theme) creates the root link on top of all pages in the following template:

project + " documentation"

The output link looks like what we see in https://docs.python.org/3/ page. "Documentation" suffix in page title as well as top-most links.

Is it possible to remove or replace the suffix "documentation" with some other word such as "Guide" etc.?


Solution

  • As a combo of answers as comments from @mzjn and @Ajay :