🐛 Bug
As of #9082, there is a manual build system for runnable tutorials.
Users expect to see an HTML Rendering of a tutorial, then click a button and run it on colab so they can experiment with it themselves.
PyTorch docs, Jax docs, and Tensorflow docs all support runnable tutorials.
An automated build system will improve our ability to test and build our runnable tutorials repeatably and be less prone to error.
Expected behavior
./build_docs.sh should automatically execute the necessary steps to run docs and then render to an HTML.
🐛 Bug
As of #9082, there is a manual build system for runnable tutorials.
Users expect to see an HTML Rendering of a tutorial, then click a button and run it on colab so they can experiment with it themselves.
PyTorch docs, Jax docs, and Tensorflow docs all support runnable tutorials.
An automated build system will improve our ability to test and build our runnable tutorials repeatably and be less prone to error.
Expected behavior
./build_docs.sh should automatically execute the necessary steps to run docs and then render to an HTML.