From 892f4a8491224616f778beae49a427d15cbbd5e7 Mon Sep 17 00:00:00 2001 From: Lucas Desgouilles Date: Thu, 2 Feb 2017 17:02:43 +0100 Subject: [PATCH] Override document title for index.rst (#34) The index page has ` -- PostgREST 0.4.0.0 Documentation` for HTML title, using the `title` directive, we can force it to something nicer. I'm not sure if this fixes it at the top of the page. http://docutils.sourceforge.net/docs/ref/rst/directives.html#metadata-document-title http://www.sphinx-doc.org/en/stable/rest.html#directives --- index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.rst b/index.rst index f8bb6e414..85935f068 100644 --- a/index.rst +++ b/index.rst @@ -1,3 +1,5 @@ +.. title:: PostgREST Documentation + .. image:: _static/logo.png .. toctree::