-
Notifications
You must be signed in to change notification settings - Fork 8
feat: migrate the builds system to stb #639
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
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
bf9fb14
feat: migrate to stb
Revathyvenugopal162 cd60c62
feat: add necessary files
Revathyvenugopal162 6eb8a24
maint: add json file
Revathyvenugopal162 2627b3d
chore: adding changelog file 639.miscellaneous.md [dependabot-skip]
pyansys-ci-bot 66da7a9
maint: update css and poackge file
Revathyvenugopal162 797a7c7
Merge branch 'maint/change-builder' of https://github.com/ansys/ansys…
Revathyvenugopal162 1771f03
maint: update changes
Revathyvenugopal162 fd6daae
maint: remove unwanted files
Revathyvenugopal162 f6543c0
maint: change toml type order
Revathyvenugopal162 60fb034
chore: adding changelog file 639.miscellaneous.md [dependabot-skip]
pyansys-ci-bot 664c12f
fix: remove sdist entry
Revathyvenugopal162 2c2d9b7
Merge branch 'maint/change-builder' of https://github.com/ansys/ansys…
Revathyvenugopal162 822908d
chore: adding changelog file 639.maintenance.md [dependabot-skip]
pyansys-ci-bot 2354e10
fix: package.json file
Revathyvenugopal162 6fc4798
Merge branch 'maint/change-builder' of https://github.com/ansys/ansys…
Revathyvenugopal162 b6aa45f
Update pyproject.toml
Revathyvenugopal162 e9ef432
Merge branch 'main' into maint/change-builder
Revathyvenugopal162 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| feat: migrate the builds system to stb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,22 @@ | ||
| {% if sections[""] %} | ||
| {% for category, val in definitions.items() if category in sections[""] %} | ||
|
|
||
| {{ definitions[category]['name'] }} | ||
| {% set underline = '^' * definitions[category]['name']|length %} | ||
| {{ underline }} | ||
|
|
||
| {% for text, values in sections[""][category].items() %} | ||
| - {{ text }} {{ values|join(', ') }} | ||
| {% endfor %} | ||
|
|
||
| {% endfor %} | ||
| {% else %} | ||
| No significant changes. | ||
|
|
||
|
|
||
| {% endif %} | ||
| {% if sections[""] %} | ||
|
|
||
| .. tab-set:: | ||
|
|
||
| {%+ for category, val in definitions.items() if category in sections[""] %} | ||
|
|
||
| .. tab-item:: {{ definitions[category]['name'] }} | ||
|
|
||
| .. list-table:: | ||
| :header-rows: 0 | ||
| :widths: auto | ||
|
|
||
| {% for text, values in sections[""][category].items() %} | ||
| * - {{ text }} | ||
| - {{ values|join(', ') }} | ||
|
|
||
| {% endfor %} | ||
| {% endfor %} | ||
|
|
||
| {% else %} | ||
| No significant changes. | ||
| {% endif %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "ansys_sphinx_theme", | ||
| "repository": "https://github.com/ansys/ansys-sphinx-theme", | ||
|
|
||
| "description": "", | ||
| "main": "", | ||
| "scripts": { | ||
| "build": "echo 'No build step needed' " | ||
| }, | ||
| "dependencies": {}, | ||
| "devDependencies": {} | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/ast-search.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,3 @@ | ||
| @import "ansys-sphinx-theme-variable.css"; | ||
|
|
||
| .static-search-results { | ||
| display: flex; | ||
| flex-direction: column; | ||
|
|
||
3 changes: 0 additions & 3 deletions
3
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/breadcrumbs.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/pydata-sphinx-theme-custom.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/sphinx-gallery.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,3 @@ | ||
| @import "ansys-sphinx-theme-variable.css"; | ||
|
|
||
| /** | ||
| * Sphinx gallery output cell | ||
| */ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.