Add html_show_copyright config val, patch by Wojtek Walczak.

This commit is contained in:
Georg Brandl
2009-04-09 19:04:44 +00:00
parent 332f71c0c3
commit b349660d95
7 changed files with 22 additions and 4 deletions

View File

@@ -514,6 +514,12 @@ that use Sphinx' HTMLWriter class.
to translate document trees to HTML. Default is ``None`` (use the builtin
translator).
.. confval:: html_show_copyright
If true, "(C) Copyright ..." is shown in the HTML footer. Default is ``True``.
.. versionadded:: 0.7
.. confval:: html_show_sphinx
If true, "Created using Sphinx" is shown in the HTML footer. Default is