Override document title for index.rst (#34)

The index page has `<no-title> -- 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
This commit is contained in:
Lucas Desgouilles
2017-02-02 08:02:43 -08:00
committed by Joe Nelson
parent 404fcb6b27
commit 892f4a8491
+2
View File
@@ -1,3 +1,5 @@
.. title:: PostgREST Documentation
.. image:: _static/logo.png
.. toctree::