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.?
As a combo of answers as comments from @mzjn and @Ajay :
html_title
in conf.py
<project> v<revision> documentation