Sign in
apache
/
spark-website
/
f7fc275b5cd176e4d65d70f1b933e7fcce370584
/
.
/
site
/
docs
/
4.0.0-preview1
/
api
/
sql
/
js
/
theme_extra.js
blob: d103ed6f75750ec48c064cf90aa0d4eb46645c14 [
file
] [
log
] [
blame
]
/*
* Assign 'docutils' class to tables so styling and
* JavaScript behavior is applied.
*
* https://github.com/mkdocs/mkdocs/issues/2028
*/
$
(
'div.rst-content table'
).
addClass
(
'docutils'
);