aboutsummaryrefslogtreecommitdiff
path: root/python/docs/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/docs/_templates/layout.html')
-rw-r--r--python/docs/_templates/layout.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/docs/_templates/layout.html b/python/docs/_templates/layout.html
new file mode 100644
index 0000000000..ab36ebabab
--- /dev/null
+++ b/python/docs/_templates/layout.html
@@ -0,0 +1,6 @@
+{% extends "!layout.html" %}
+{% set script_files = script_files + ["_static/pyspark.js"] %}
+{% set css_files = css_files + ['_static/pyspark.css'] %}
+{% block rootrellink %}
+ {{ super() }}
+{% endblock %}