Skip to content

Commit

Permalink
update rtd file removal in post_gen hook
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Jul 22, 2024
1 parent 1d1e790 commit dd93ef5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .readthedocs.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def remove_rtd():
include_rtd = '{{ cookiecutter.include_ReadTheDocs }}'
if include_rtd == "n":
rtd_env = os.path.join("docs", "requirements.yaml")
os.remove('readthedocs.yml')
os.remove('.readthedocs.yaml')
os.remove(rtd_env)


Expand Down

0 comments on commit dd93ef5

Please sign in to comment.