adding layout.html template
This commit is contained in:
committed by
Nicola Demo
parent
7cbe658303
commit
68583b567e
17
docs/source/_templates/layout.html
Normal file
17
docs/source/_templates/layout.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{%- block footer %}
|
||||
<footer class="footer" style="border-top: 1px solid #ccc; padding-top: 10px">
|
||||
<div class="container">
|
||||
<div id="credits" style="width: 50%; float: left">
|
||||
<p>
|
||||
{% trans copyright=copyright|e %}© Copyright {{ copyright }}, <a
|
||||
href="https://github.com/mathLab/PINA/">PINA Developers</a>.{% endtrans %}<br />
|
||||
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> and the <a
|
||||
href="https://pydata-sphinx-theme.readthedocs.io/en/stable/">PyData Theme</a>.<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{%- endblock %}
|
||||
Reference in New Issue
Block a user