Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect dir being removed in docs build script to remove generated API rst files #496

Closed
yousefmoazzam opened this issue Oct 17, 2024 · 0 comments · Fixed by #497
Closed
Labels
documentation Improvements or additions to documentation

Comments

@yousefmoazzam
Copy link
Collaborator

My bad, in #494 I forgot to change the following line to remove the correct dir:

rm -rf $DIR/source/generated/

It should be:

rm -rf $DIR/source/developers/generated/
@yousefmoazzam yousefmoazzam added the documentation Improvements or additions to documentation label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant