diff --git a/ci/docker/Dockerfile.build.ubuntu_cpu_jekyll b/ci/docker/Dockerfile.build.ubuntu_cpu_jekyll index 62db71e2429e..a79c5e26e598 100644 --- a/ci/docker/Dockerfile.build.ubuntu_cpu_jekyll +++ b/ci/docker/Dockerfile.build.ubuntu_cpu_jekyll @@ -29,7 +29,9 @@ RUN apt-get update && apt-get install -y \ git \ zlib1g-dev \ gnupg2 \ - curl + curl \ + wget \ + unzip # Always last, except here to prevent conflicts with rvm ARG USER_ID=0 @@ -43,7 +45,7 @@ RUN curl -sSL https://rvm.io/mpapis.asc | gpg2 --import - && \ RUN source /etc/profile.d/rvm.sh && \ rvm requirements && \ - rvm install 2.6 && \ + rvm install 2.6.3 && \ rvm use 2.6.3 --default ENV BUNDLE_HOME=/work/deps/bundle diff --git a/docs/python_docs/themes/mx-theme/mxtheme/header_top.html b/docs/python_docs/themes/mx-theme/mxtheme/header_top.html index 3d16e1ee930d..cb8b373f9d35 100644 --- a/docs/python_docs/themes/mx-theme/mxtheme/header_top.html +++ b/docs/python_docs/themes/mx-theme/mxtheme/header_top.html @@ -19,6 +19,23 @@ Ecosystem Docs & Tutorials GitHub + diff --git a/docs/python_docs/themes/mx-theme/mxtheme/layout.html b/docs/python_docs/themes/mx-theme/mxtheme/layout.html index 8c3f01be7fc4..03189c8b23c4 100644 --- a/docs/python_docs/themes/mx-theme/mxtheme/layout.html +++ b/docs/python_docs/themes/mx-theme/mxtheme/layout.html @@ -7,6 +7,54 @@ + {{ super() }} {% endblock %} diff --git a/docs/static_site/Makefile b/docs/static_site/Makefile index 761f96630b2f..1065ce572886 100644 --- a/docs/static_site/Makefile +++ b/docs/static_site/Makefile @@ -20,7 +20,7 @@ all: html html: mkdir -p build cd src && bundle install && JEKYLL_ENV=production bundle exec jekyll build --config _config_prod.yml -d ../build/html && cd .. - + wget https://mxnet-static-artifacts.s3.amazonaws.com/versions.zip && unzip versions.zip -d build/html && rm -rf build/html/__MACOSX && rm versions.zip clean: rm -rf build diff --git a/docs/static_site/src/_includes/head.html b/docs/static_site/src/_includes/head.html index 9a565c756c07..688a3dc457d5 100644 --- a/docs/static_site/src/_includes/head.html +++ b/docs/static_site/src/_includes/head.html @@ -15,4 +15,43 @@ + diff --git a/docs/static_site/src/_includes/header.html b/docs/static_site/src/_includes/header.html index 314506476985..e303a14b059b 100644 --- a/docs/static_site/src/_includes/header.html +++ b/docs/static_site/src/_includes/header.html @@ -43,6 +43,23 @@ Ecosystem Docs & Tutorials GitHub +