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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -