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

Allow developers to skip the build of the examples #526

Closed
jorgepiloto opened this issue Oct 3, 2024 · 1 comment · Fixed by #553
Closed

Allow developers to skip the build of the examples #526

jorgepiloto opened this issue Oct 3, 2024 · 1 comment · Fixed by #553
Labels
hacktoberfest Hacktoberfest related
Milestone

Comments

@jorgepiloto
Copy link
Member

jorgepiloto commented Oct 3, 2024

Every time the documentation of this project is built, various requests get performed to fetch third party examples.

Multiple runs lead to these third parties blocking for 5 min any additional requests.

We should allow to skip the build of the examples via the Jinja approach we have in other projects.

Note

Before contributing and starting any work, please make sure you agree with the CLA and sign it in your PR.

@SMoraisAnsys SMoraisAnsys added the hacktoberfest Hacktoberfest related label Oct 7, 2024
@Revathyvenugopal162
Copy link
Contributor

Revathyvenugopal162 commented Oct 7, 2024

Steps to Implement:

Acceptance Criteria:

  • - The build process can successfully skip examples based on the environment variable.
  • - The Jinja template is properly integrated and functioning in index.rst.
  • - All changes are tested, and documentation is updated accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants