-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[BUGFIX] Fix UnicodeDecodeError in method doc (#20214) #20215
[BUGFIX] Fix UnicodeDecodeError in method doc (#20214) #20215
Conversation
Hey @sjiagc , Thanks for submitting the PR
CI supported jobs: [centos-cpu, unix-cpu, sanity, unix-gpu, miscellaneous, website, clang, edge, centos-gpu, windows-cpu, windows-gpu] Note: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't modify docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.js.map
bb21482
to
2f8a1d6
Compare
I see. Reverted change to this file. Thanks for reviewing! |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
Co-authored-by: Tom Shen <[email protected]>
Description
On Windows, with package built in VS 2019, the mxnet Python module cannot be imported due to UnicodeDecodeError.
Checklist
Essentials
Changes
Comments