I am developing a Python package which, on first use, creates a config file for the user. During this setup phase, the user is asked for input during two prompts. Corresponding calls are in the module's __init__.py
. Because of this prompt, my builds on readthedocs fail (log).
How can I build my documentation nonetheles? Why is readthedocs trying to compile the code anyways?