I haven't look at this yet but I anticipate that it will be an issue to add the gnuastro cutout analyis examples (wedgephotometry_example.ipynb & noisechisel_example.ipynb) to the readthedocs because of the requirements for gnuastro. My understanding is that the notebooks are run as part of compiling the docs and this requires dependencies from pyproject.toml (or docs/requirements.txt) to be installed. But these dependencies are installed via pip whereas gnuastro is most easily installed via conda.
I haven't look at this yet but I anticipate that it will be an issue to add the gnuastro cutout analyis examples (wedgephotometry_example.ipynb & noisechisel_example.ipynb) to the readthedocs because of the requirements for gnuastro. My understanding is that the notebooks are run as part of compiling the docs and this requires dependencies from
pyproject.toml(ordocs/requirements.txt) to be installed. But these dependencies are installed via pip whereas gnuastro is most easily installed via conda.