From 0208063a89b8523c71390ef93773c6f093f74826 Mon Sep 17 00:00:00 2001 From: Joe Evans Date: Mon, 16 May 2022 19:00:16 -0700 Subject: [PATCH] Port website fixes (#20993, #20995, #21009) from v1.9.x branch (#21015) * [v1.9.x] Update website footer to include required Apache links (#20993) * Update footer to include required Apache links, according to https://www.apache.org/foundation/marks/pmcs#navigation * Better layout with col-3 class. * Fix 'module 'jinja2' has no attribute 'contextfilter'' * Update Makefile * Update Makefile Co-authored-by: Bartosz Kuncer * [v1.9.x] Fix css for Apache links, add to Python docs. (#20995) * Add Apache links to python docs footer, update hostname in CI script. * Don't use relative_url function. * Add link to ASF. * Fix medium blog integration. (#21009) * Update broken links to fix linkcheck. Co-authored-by: Bartosz Kuncer Co-authored-by: matherit <97054789+matherit@users.noreply.github.com> --- .../themes/mx-theme/mxtheme/footer.html | 19 ++++++++--- .../mx-theme/src/scss/footer/_footer.scss | 1 + docs/static_site/Makefile | 5 +++ docs/static_site/src/_includes/footer.html | 22 ++++++++---- docs/static_site/src/_includes/head.html | 16 ++++++--- docs/static_site/src/_layouts/home.html | 24 ++++++------- docs/static_site/src/_sass/minima/_blog.scss | 34 +++---------------- .../static_site/src/_sass/minima/_layout.scss | 1 + docs/static_site/src/pages/blog.html | 28 ++++++--------- python/mxnet/ndarray/numpy_extension/_op.py | 2 +- python/mxnet/numpy_extension/_op.py | 2 +- src/operator/rnn.cc | 2 +- 12 files changed, 79 insertions(+), 77 deletions(-) diff --git a/docs/python_docs/themes/mx-theme/mxtheme/footer.html b/docs/python_docs/themes/mx-theme/mxtheme/footer.html index fcb2ea97414b..4d136dfb939b 100644 --- a/docs/python_docs/themes/mx-theme/mxtheme/footer.html +++ b/docs/python_docs/themes/mx-theme/mxtheme/footer.html @@ -1,7 +1,7 @@