summaryrefslogtreecommitdiffstats
path: root/storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/footer.html')
-rw-r--r--storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/footer.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/footer.html b/storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/footer.html
new file mode 100644
index 00000000..3c7afed3
--- /dev/null
+++ b/storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/footer.html
@@ -0,0 +1,32 @@
+<footer>
+ {% if next or prev %}
+ <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+ {% if next %}
+ <a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ next.title|striptags|e }}">Next <span class="fa fa-arrow-circle-right"></span></a>
+ {% endif %}
+ {% if prev %}
+ <a href="{{ prev.link|e }}" class="btn btn-neutral" title="{{ prev.title|striptags|e }}"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+ {% endif %}
+ </div>
+ {% endif %}
+
+ <hr/>
+
+ <div role="contentinfo">
+ <p>
+ {%- if show_copyright %}
+ {%- if hasdoc('copyright') %}
+ {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
+ {%- else %}
+ {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
+ {%- endif %}
+ {%- endif %}
+
+ {%- if last_updated %}
+ {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
+ {%- endif %}
+ </p>
+ </div>
+
+ {% trans %}<a href="https://github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>{% endtrans %}
+</footer>