2016-08-26 03:52:46 +08:00
{% extends "!layout.html" %}
{# since sphinx_rtd_theme moves scripts to the end, hook up WaveDrom again #}
{%- block footer %}
{{ super() }}
< script > ( f u n c t i o n ( ) {
window.addEventListener(
"load",
(function(){ try {
WaveDrom.ProcessAll();
} catch(e) {} }),
false);
})();< / script >
2017-12-06 19:52:35 +08:00
< div style = "background-color: #FFBABA; color: #6A0E0E; position: fixed; min-width: 768px; top: 0; width: 100%; padding: 8px 20px 8px; font-size: 14px; line-height: 1.6; text-align: center; z-index: 300" >
WARNING: This document is for an old version of ARTIQ. For the most recent release go to < a href = "https://m-labs.hk/artiq/manual/" > https://m-labs.hk/artiq/manual/< / a > .
< / div >
2016-08-26 03:52:46 +08:00
{% endblock %}