Configuration

conf.py

In the source/conf.py configuration file you can change the html_title to change the website’s title:

# Set the explicit title of the HTML output
html_title = 'Windows Ameliorated Documentation'

404.html

You will also need to replace the titles manually in the static/404.html file on line 13, 119, 132 and 162.

Meta-data and SEO

You can set the title, description and keywords meta of each page for SEO optimisation.

The title is derived from the first header, which should be the first piece of content after the meta directive.

The meta directive would look like this in an SEO optimised .rst page:

.. meta::
  :description: DESCRIPTION
  :keywords: KEYWORDS,SEPARETED,BY,COMMA

Page Title
==========

CONTENT

This can be customised in every .rst file