aboutsummaryrefslogblamecommitdiff
path: root/docs/_config.yml
blob: f4bf242ac191bdda29ffb0d044015e74ce475fb1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                     
                  

                        
 




                                                                   


           

                                                                
                             
                          
                            
                       
                     
                                                                    
                                                 
highlighter: pygments
markdown: kramdown
gems:
  - jekyll-redirect-from

# For some reason kramdown seems to behave differently on different
# OS/packages wrt encoding. So we hard code this config.
kramdown:
  entity_output: numeric

include:
  - _static

# These allow the documentation to be updated with nerw releases
# of Spark, Scala, and Mesos.
SPARK_VERSION: 1.0.0-SNAPSHOT
SPARK_VERSION_SHORT: 1.0.0
SCALA_BINARY_VERSION: "2.10"
SCALA_VERSION: "2.10.4"
MESOS_VERSION: 0.18.1
SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK
SPARK_GITHUB_URL: https://github.com/apache/spark