# HG changeset patch # User Marcin Kuzminski # Date 2016-07-05 21:19:56 # Node ID 30080e6fadf6c6d4b478685a535ecc8c67610644 # Parent b4e34d106bd3263e31799d917db66833f156037f docs: use custom footer with links to docs issues. Fixes #4066 diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html new file mode 100644 --- /dev/null +++ b/docs/_templates/footer.html @@ -0,0 +1,6 @@ +{% extends "!footer.html" %} + +{% block extrafooter %} +
+Documentation defects and suggestions can be submitted here +{% endblock %}