This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-2.4 by this push: new 6e0c116 [SPARK-30731] Update deprecated Mkdocs option 6e0c116 is described below commit 6e0c1162bf95938081e93c77a39b2826fec9c84e Author: Nicholas Chammas <nicholas.cham...@liveramp.com> AuthorDate: Wed Feb 19 17:28:58 2020 +0900 [SPARK-30731] Update deprecated Mkdocs option Split from #27534. ### What changes were proposed in this pull request? This PR updates a deprecated Mkdocs option to use the new name. ### Why are the changes needed? This change will prevent the docs from failing to build when we update to a version of Mkdocs that no longer supports the deprecated option. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? I built the docs locally and reviewed them in my browser. Closes #27626 from nchammas/SPARK-30731-mkdocs-dep-opt. Authored-by: Nicholas Chammas <nicholas.cham...@liveramp.com> Signed-off-by: HyukjinKwon <gurwls...@apache.org> (cherry picked from commit 2ab8d674ba98db4068c4cdefdc4c424dd39c071c) Signed-off-by: HyukjinKwon <gurwls...@apache.org> --- sql/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mkdocs.yml b/sql/mkdocs.yml index c34c891..ea10a3e 100644 --- a/sql/mkdocs.yml +++ b/sql/mkdocs.yml @@ -15,5 +15,5 @@ site_name: Spark SQL, Built-in Functions theme: readthedocs -pages: +nav: - 'Functions': 'index.md' --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org