- Notifications
You must be signed in to change notification settings - Fork0
feat: add Sphinx as a documentation tool#17
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
SaadBazaz commentedOct 19, 2025
Do we really need to include build files (i.e. Instead, we could generate build in the github action and then deploy to GitHub pages directly. No need for an intermediate folder. Please see if this is possible. If it is, remove the build folder and add it to .gitignore. |
SaadBazaz left a comment
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.
I have some concerns with certain folders and files. Please review and let me know. if it works.
Uh oh!
There was an error while loading.Please reload this page.
haroon10725 commentedOct 19, 2025
Yes, we don’t need the |
SaadBazaz left a comment
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 good to me. Let's merge and see the results of the GitHub Action.
@SaadBazaz Can you please review it.