-
Notifications
You must be signed in to change notification settings - Fork 506
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
Update documentation to include --update-only flag #4801
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you accidentally checked in a whole _build/
directory that will need to be removed from this PR. You might want to add _build/
to .gitignore to avoid it happening again (or just remember that git add *
is never your friend!)
Hi @terriko |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Gyan-max! A quick fix would be to create a new branch and commit only the necessary changes. Also, when using "git add .", be careful—it adds all modified files, including the build ones.
You can actually check the branch at the top of the github web interface: it says it's Gyan-max:feature/update-only-flag Given how many files there are you need to remove from this PR, you might actually find it easier to make a new branch and new pr and just be careful about what files are checked in. |
This commit ensures that the documentation is correctly generated with all necessary links and resolves the warnings encountered during the Sphinx build process.