0
0
mirror of https://github.com/gramps-project/gramps synced 2025-10-05 23:52:46 +02:00

Add link to Sphinx footer

add hotlink to footer for potential contributors.  https://gramps.discourse.group/t/how-can-useful-snippets-be-proposed-for-the-sphinx-developer-docs/5740/4
This commit is contained in:
Emyoulation or BAMaustin
2024-07-12 14:57:03 -07:00
committed by Nick Hall
parent 8a46c20e0d
commit e5e9a58534

6
docs/_templates/layout.html vendored Normal file
View File

@@ -0,0 +1,6 @@
{% extends '!layout.html' %}
{% block footer %}
<!-- https://gramps.discourse.group/t/how-can-useful-snippets-be-proposed-for-the-sphinx-developer-docs/5740/4 : add to "&#169; Copyright 2001-2019, The Gramps Project. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.0.1." -->
&bull; <a href="https://www.gramps-project.org/wiki/index.php/Category:Developers/Reference">Become a Contributor.</a>
{% endblock %}