You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
I'm creating a new package from the template using cookiecutter. If I answer 'n' to the question use_read_the_docs [y]:, the package creation fails with
Traceback (most recent call last):
File "/tmp/tmp7k_e0rii.py", line 48, in <module>
remove_file('readthedocs.yml')
File "/tmp/tmp7k_e0rii.py", line 9, in remove_file
os.remove(os.path.join(PROJECT_DIRECTORY, filepath))
FileNotFoundError: [Errno 2] No such file or directory: '/home/mbachett/software/IXPE/ixpehealth/readthedocs.yml'
ERROR: Stopping generation because post_gen_project hook script didn't exit successfully
The text was updated successfully, but these errors were encountered:
I'm creating a new package from the template using cookiecutter. If I answer 'n' to the question
use_read_the_docs [y]:
, the package creation fails withThe text was updated successfully, but these errors were encountered: