aaronmarkham opened a new issue #12524: versions dropdown missing URL: https://github.com/apache/incubator-mxnet/issues/12524 ## Description [AddVersion.py](https://github.com/aaronmarkham/incubator-mxnet/blob/b56da3cc32fee828c352f0bfb1f05e393ca58040/docs/build_version_doc/AddVersion.py#L77-L78) does some pretty aggressive website modifications just before publishing the full website. It was already known to break on the install page, and now it seems it is responsible for #12168 and #11438. I created a PR to fix this issue by commenting out this one line: ``` outstr = str(content).replace('<', '<').replace('>', '>') ``` But this ended up stopping the versions dropdown from appearing in the final website output. Having the versions dropdown is more important right now than fixing a couple of render issues, so I've submitted a patch that reverts this change along with an update for site consistency: #12426 Browsing the intermediate outputs from this script, you can see things like `<span class="gp">>>> </span>`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
