diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html new file mode 100644 index 00000000..5ea65848 --- /dev/null +++ b/doc/_templates/layout.html @@ -0,0 +1,14 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + + +{% endblock %} \ No newline at end of file