python - How to pass ReadTheDocs' build when a file is loaded in my __init__.py? -
i use rtfd host documentation , have load file in project's __init__.py
. if file not exist, prompts user insert something.
these 2 things apparently don't go together: rtfd builds fail because file __init__.py
not exist , rtfd not insert on prompt.
what can make builds pass?
Comments
Post a Comment