The way docs were being build and using copy_build_artifacts.py to move generated content into the _build directory was causing the docs to grow to an unwieldy size. With newer versions of jupyterbook and the use of IPython.display.HTML instead of Ipython.display.IFrame, it should no longer be necessary.
Task Description
The way docs were being build and using
copy_build_artifacts.py
to move generated content into the _build directory was causing the docs to grow to an unwieldy size. With newer versions of jupyterbook and the use ofIPython.display.HTML
instead ofIpython.display.IFrame
, it should no longer be necessary.