WayScience / coSMicQC

Single cell Morphology Quality Control (coSMicQC)
https://wayscience.github.io/coSMicQC/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Avoid publishing `doctrees` files from Sphinx to prevent errors #93

Closed d33bs closed 2 months ago

d33bs commented 2 months ago

We ran into an error regarding the size of the jump_umap_analysis_with_cosmicqc.doctree when building and attempting to deploy the docsite (see https://github.com/WayScience/coSMicQC/actions/runs/10839957924/job/30081358345). We can work around this by slightly reducing the notebook size (likely by moving to an exported image over interactive plot for one of the UMAP scatter plots).

According to the error the file sits at 105.31 MB, we need to remain under 100 MB to avoid the error.

d33bs commented 2 months ago

I found that this was primarily caused by doctree files which are intermediary data required for building HTML documents.