aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index d3ea2625c7..7bc3a78e2d 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -3,6 +3,11 @@ 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
+
# These allow the documentation to be updated with nerw releases
# of Spark, Scala, and Mesos.
SPARK_VERSION: 1.0.0-SNAPSHOT