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

fix: examples #117

Merged
merged 18 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ jobs:
uses: ansys/actions/doc-deploy-stable@v8
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
1 change: 0 additions & 1 deletion doc/source/advanced-examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ and other PyAnsys libraries.
examples/cyclic-symmetry-analysis/main
examples/axisymmetric-rotor/main
examples/material-designer-workflow/main
examples/ansys-aedt-workflow/main
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@


templates_path = ['_templates']
exclude_examples = ["grantami-integration"]
exclude_examples = ["grantami-integration", "ansys-aedt-workflow"]
exclude_patterns = [
"conf.py",
"examples/**/scripts/*.py",
Expand Down Expand Up @@ -93,7 +93,7 @@
".mystnb": ["jupytext.reads", {"fmt": "mystnb"}],
".py": ["jupytext.reads", {"fmt": ""}],
}
nbsphinx_allow_errors = True
nbsphinx_allow_errors = False
nbsphinx_prompt_width = ""
nbsphinx_thumbnails = {
# Basic examples
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements_examples.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansys-workbench-core @ git+https://github.com/ansys/pyworkbench
ansys-fluent-core==0.20.1
ansys-workbench-core==0.7.0
ansys-fluent-core==0.26.0
ansys-fluent-visualization==0.14.0
pyaedt == 0.11.4
ansys-mechanical-core==0.11.10
Expand Down
Loading