Description
Is your feature request related to a problem? Please describe.
I come from using ipypublish
to create sites on readthedocs.io
from git repos that essentially act as binders of notebook-based courses, and I am giving jupyter book a try as a ng replacement
however I could not find any mention of readthedocs.io in the doc
https://beta.jupyterbook.org/search.html?q=readthedocs#
I tried to figure out some of it by myself but to no avail; my first throw-away sandbox has no conf.py
file, although there clearly is an underlying sphinx running under the hood; my - admittedly shallow - understanding was that this conf.py
thing was acting as some sort of a trigger in the github/readthedocs.io integration pipeline
Describe the solution you'd like
all this being said I perfectly understand if that was not a short-term objective if the project is in a early phase
it would help IMHO if the docs could address that specific area
one easy way could be to simply state what the status currently is and what the plans are
also maybe elaborate on the reason why beta.jupyterbook.org
does not run under readthedocs
? is this precisely b/c it's not possible yet, or b/c you prefer it that way ?
hope this helps :)