=== modified file 'doc/installation.rst'
@@ -2,5 +2,5 @@
^^^^^^^^^^^^
The scheduler should be installed along with all other LAVA components and
-prerequisites by using the `lava-deployment-tool <http://lava-deployment-tool.readthedocs.org/en/latest/index.html>`_
-
+prerequisites by using the `lava-deployment-tool </static/docs/deployment-tool.html>`_
+documentation on any LAVA instance.
=== added file 'lava_scheduler_app/static/lava_scheduler_app/css/shThemeLAVA.css'
@@ -0,0 +1,9 @@
+.syntaxhighlighter {
+ background-color: transparent !important;
+}
+.syntaxhighlighter .line.alt1 {
+ background-color: white !important;
+}
+.syntaxhighlighter .line.alt2 {
+ background-color: transparent !important;
+}
=== modified file 'lava_scheduler_app/templates/lava_scheduler_app/job_definition.html'
@@ -7,6 +7,7 @@
<link href="{{ STATIC_URL }}lava_scheduler_app/css/shCore.css" rel="stylesheet" type="text/css" />
<link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeDefault.css" rel="stylesheet" type="text/css" />
+<link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeLAVA.css" rel="stylesheet" type="text/css" />
{% endblock %}
{% block content %}
=== modified file 'lava_scheduler_app/templates/lava_scheduler_app/multinode_job_definition.html'
@@ -7,6 +7,7 @@
<link href="{{ STATIC_URL }}lava_scheduler_app/css/shCore.css" rel="stylesheet" type="text/css" />
<link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeDefault.css" rel="stylesheet" type="text/css" />
+<link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeLAVA.css" rel="stylesheet" type="text/css" />
{% endblock %}
{% block content %}