From 3f223a28f97eeb30a2543abe9130ef82bf1df14d Mon Sep 17 00:00:00 2001
From: Bodo-Merle Sandor <sbodomerle@gmail.com>
Date: Tue, 30 Aug 2016 20:21:51 +0200
Subject: [PATCH] Use jquery from the archive

---
 doc/_templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index b71ff99..6ccefde 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -1,7 +1,7 @@
 {% extends "layout.html" %}
 {% set title = 'PyTango documentation' %}
 
-{% set script_files = script_files + ["http://code.jquery.com/jquery-1.9.1.min.js",
+{% set script_files = script_files + ["_static/jquery.js",
                                       "_static/jssor.js",
                                       "_static/jssor.slider.js"] %}
 
-- 
2.9.3

