Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[DOC] remove mxtheme from source tree #19873

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@
3rdparty/mkldnn/tests/benchdnn (Copy of the License available at top of current file)
src/operator/special_functions-inl.h Cephes Library Functions (Copy of the License available at top of current file)
3rdparty/mkldnn/doc/assets/mathjax (Copy of the License available at top of current file)
docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1 (Copy of the License available at top of current file)
docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto (Copy of the License available at top of current file)
3rdparty/tvm/3rdparty/bfloat16/bfloat16.cc (Copy of the License available at top of current file)

=======================================================================================
Expand All @@ -247,7 +245,6 @@
3rdparty/onnx-tensorrt
3rdparty/onnx-tensorrt/third_party/onnx
docs/static_site/src/assets/js/clipboard.js
docs/python_docs/themes/mx-theme
3rdparty/intgemm
3rdparty/tvm/3rdparty/compiler-rt/builtin_fp16.h
src/operator/nn/layer_norm.cc
Expand Down Expand Up @@ -347,9 +344,3 @@
=======================================================================================

3rdparty/tvm/3rdparty/rang

=======================================================================================
SIL Open Font License (OFL)
=======================================================================================

docs/python_docs/themes/mx-theme/mxtheme/static/webfonts/ (Copy of the License available at licenses/OFL1_1)
1 change: 0 additions & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,6 @@ build_python_docs() {

pushd docs/python_docs
python3 -m pip install -r requirements
python3 -m pip install themes/mx-theme
python3 -m pip install -e /work/mxnet/python --user

export PATH=/home/jenkins_slave/.local/bin:$PATH
Expand Down
3 changes: 1 addition & 2 deletions docs/python_docs/python/scripts/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
# -- Options for HTML output ---------------------------------------------------

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['../../themes/mx-theme']
# html_theme_path = ['../../themes/mx-theme']

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
Expand All @@ -154,7 +154,6 @@
'primary_color': 'blue',
'accent_color': 'deep_orange',
'show_footer': True,
'relative_url': os.environ.get('SPHINX_RELATIVE_URL', '/')
}


Expand Down
3 changes: 2 additions & 1 deletion docs/python_docs/requirements
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ pypandoc==1.4
breathe==4.13.1
mock==3.0.5
awscli==1.16.266
autodocsumm==0.1.12
autodocsumm==0.1.12
mxtheme==0.3.15
3 changes: 0 additions & 3 deletions docs/python_docs/themes/.babelrc

This file was deleted.

37 changes: 0 additions & 37 deletions docs/python_docs/themes/.circleci/config.yml

This file was deleted.

13 changes: 0 additions & 13 deletions docs/python_docs/themes/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions docs/python_docs/themes/.sassrc

This file was deleted.

21 changes: 0 additions & 21 deletions docs/python_docs/themes/mx-theme/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion docs/python_docs/themes/mx-theme/MANIFEST.in

This file was deleted.

65 changes: 0 additions & 65 deletions docs/python_docs/themes/mx-theme/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/python_docs/themes/mx-theme/mxtheme/__init__.py

This file was deleted.

42 changes: 0 additions & 42 deletions docs/python_docs/themes/mx-theme/mxtheme/card.py

This file was deleted.

17 changes: 0 additions & 17 deletions docs/python_docs/themes/mx-theme/mxtheme/drawer.html

This file was deleted.

10 changes: 0 additions & 10 deletions docs/python_docs/themes/mx-theme/mxtheme/feedback.html

This file was deleted.

46 changes: 0 additions & 46 deletions docs/python_docs/themes/mx-theme/mxtheme/footer.html

This file was deleted.

45 changes: 0 additions & 45 deletions docs/python_docs/themes/mx-theme/mxtheme/header.html

This file was deleted.

Loading