diff --git a/doc/ns3_sphinx_theme/layout.html b/doc/ns3_sphinx_theme/layout.html new file mode 100644 index 000000000..ac150192b --- /dev/null +++ b/doc/ns3_sphinx_theme/layout.html @@ -0,0 +1,52 @@ +{# + ns-3/layout.html + ~~~~~~~~~~~~~~~~~~~ + + Sphinx layout template for ns-3. + + :copyright: Copyright 2012 by ns-3, see AUTHORS. + :license: GPL, see LICENSE for details. +#} +{% extends "basic/layout.html" %} + +{%- block extrahead %} + + + {%- if theme_favicon %} + + {%- endif %} +{% endblock %} + +{% block header %} +
|
+ {%- if theme_logo %}
+ {% set img = theme_logo %}
+ {%- endif %}
+
+ |
+
+ A Discrete-Event Network Simulator
+ ns-3-dev
+ |
+ + {{ docstitle }} + | +