Skip to content

Feat/setup #2

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

Merged
merged 2 commits into from
Jun 13, 2025
Merged

Feat/setup #2

merged 2 commits into from
Jun 13, 2025

Conversation

agustinfrancesa
Copy link
Contributor

First commit, adding the code and release process.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR establishes the initial project setup by adding documentation, configuration, and release process files. Key changes include the addition of Sphinx documentation pages and configuration, setup scripts for local development and semantic release, and GitHub workflow definitions.

Reviewed Changes

Copilot reviewed 183 out of 183 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
docs/custom-content/components/*.rst Added documentation examples and Sphinx directives.
docs/contributor-guide/*.rst Introduced contributor guides and setup instructions.
docs/conf.py Configured Sphinx project settings, theme options, and context handling.
docs/_static/* Included static assets and redirects for the docs.
docs/Makefile, docs/README.md, README.md Provided instructions for building and using the theme.
MANIFEST.in, LICENSE.md, CHANGELOG.md, CONTRIBUTING.md Added project metadata and licensing information.
.github/workflows/*.yml Defined CI/CD workflows including semantic-release and security checks.

"color_scheme": "tb",
}
else:
html_context = {
Copy link
Preview

Copilot AI Jun 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multiple reassignments of 'html_context' may unintentionally overwrite previously set configurations. Consider consolidating all context updates via a single update call or merging the dictionaries instead.

Copilot uses AI. Check for mistakes.

@agustinfrancesa agustinfrancesa force-pushed the feat/setup branch 2 times, most recently from 0236cec to fa7f415 Compare June 13, 2025 15:34
agustinfrancesa and others added 2 commits June 13, 2025 09:48
Signed-off-by: Francesa Alfaro, Agustin <agustin.francesa.alfaro@intel.com>
Signed-off-by: Erin Olmon <erin.olmon@intel.com>
@agustinfrancesa agustinfrancesa merged commit 87d0781 into main Jun 13, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants