aboutsummaryrefslogtreecommitdiff
path: root/python/docs/conf.py
diff options
context:
space:
mode:
authornoelsmith <mail@noelsmith.com>2015-09-29 13:24:42 -0700
committerDavies Liu <davies.liu@gmail.com>2015-09-29 13:25:38 -0700
commitab41864f91713b450695babd5c1424622cb57a54 (patch)
tree40ca59e876e2b8f580c8d6dc0704d675fd1fa802 /python/docs/conf.py
parentb7ad54ec793af1c84973b402f5cceb88307f7996 (diff)
downloadspark-ab41864f91713b450695babd5c1424622cb57a54.tar.gz
spark-ab41864f91713b450695babd5c1424622cb57a54.tar.bz2
spark-ab41864f91713b450695babd5c1424622cb57a54.zip
[SPARK-10415] [PYSPARK] [MLLIB] [DOCS] Enhance Navigation Sidebar in PySpark API
These are CSS/JavaScript changes changes to make navigation in the PySpark API a bit simpler by adding the following to the sidebar: * Classes * Functions * Tags to highlight experimental features ![screen shot 2015-09-02 at 08 50 12](https://cloud.githubusercontent.com/assets/11915197/9634781/301f853a-518b-11e5-8d5c-fda202f6202f.png) Online example here: https://dl.dropboxusercontent.com/u/20821334/pyspark-api-nav-enhance/pyspark.mllib.html (The contribution is my original work and that I license the work to the project under the project's open source license) Author: noelsmith <mail@noelsmith.com> Closes #8571 from noel-smith/pyspark-api-nav-enhance.
Diffstat (limited to 'python/docs/conf.py')
-rw-r--r--python/docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/docs/conf.py b/python/docs/conf.py
index 163987dd8e..365d6af514 100644
--- a/python/docs/conf.py
+++ b/python/docs/conf.py
@@ -23,7 +23,7 @@ sys.path.insert(0, os.path.abspath('.'))
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
+needs_sphinx = '1.2'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -135,7 +135,7 @@ html_logo = "../../docs/img/spark-logo-hd.png"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-#html_static_path = ['_static']
+html_static_path = ['_static']
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied