OpenMDAO / dymos

Open Source Optimization of Dynamic Multidisciplinary Systems
Apache License 2.0
210 stars 67 forks source link

Avoid use of `copy_build_artifacts.py` to copy over all outputs during doc build process. #1099

Closed robfalck closed 3 months ago

robfalck commented 3 months ago

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 of IPython.display.HTML instead of Ipython.display.IFrame, it should no longer be necessary.