Skip to content

Commit 9fff938

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-4.3.6
2 parents 9a08777 + d5a7c1e commit 9fff938

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: "Check documentation style"
32-
uses: ansys/actions/doc-style@v6
32+
uses: ansys/actions/doc-style@v7
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535

@@ -47,7 +47,7 @@ jobs:
4747
sudo apt-get install graphviz
4848
4949
- name: "Build project documentation"
50-
uses: ansys/actions/doc-build@v6
50+
uses: ansys/actions/doc-build@v7
5151
with:
5252
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5353
use-python-cache: false
@@ -83,7 +83,7 @@ jobs:
8383
needs: doc-deploy
8484
steps:
8585
- name: "Deploy the latest documentation index"
86-
uses: ansys/actions/doc-deploy-index@v6
86+
uses: ansys/actions/doc-deploy-index@v7
8787
with:
8888
cname: ${{ env.DOCUMENTATION_CNAME }}
8989
index-name: "pyansys-dev-guide"

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
author = "Ansys Inc."
2222
release = version = datetime.now().strftime("%Y-%m-%d")
2323

24-
html_logo = pyansys_logo_black
2524
html_theme = "ansys_sphinx_theme"
2625
html_favicon = ansys_favicon
2726
html_context = {
@@ -32,6 +31,7 @@
3231
}
3332

3433
html_theme_options = {
34+
"logo": "pyansys",
3535
"github_url": "https://github.com/ansys/dev-guide",
3636
"show_prev_next": False,
3737
"show_breadcrumbs": True,
@@ -86,7 +86,7 @@
8686
# Remove sphinx configuration comments from code blocks
8787
"remove_config_comments": True,
8888
# Sort gallery example by file name instead of number of lines (default)
89-
"within_subsection_order": FileNameSortKey,
89+
"within_subsection_order": "FileNameSortKey",
9090
# directory where function granular galleries are stored
9191
"backreferences_dir": None,
9292
# Modules for which function level galleries are created. In

doc/source/content-writing/content-contrib-setup/content-dev-environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,5 +381,5 @@ to contributing to PyAnsys documentation, see :ref:`resources_writers`.
381381
You can customize the Ansys Sphinx Theme by making changes to the
382382
``html_theme_options`` dictionary in the Sphinx configuration (``conf.py``)
383383
file in the ``doc`` directory. For additional information, see
384-
`HTML theme options <https://sphinxdocs.ansys.com/version/stable/user_guide/options.html>`_
384+
`HTML theme options <https://sphinxdocs.ansys.com/version/stable/user-guide/options.html>`_
385385
in the Ansys Sphinx Theme documentation.

doc/source/content-writing/content-how-tos/show_cheat_sheet_thumbnail.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ shows a cheat sheet thumbnail on the landing page of the PyMechanical documentat
1212

1313
To show a thumbnail, you add a child ``cheatsheet`` dictionary to the Sphinx
1414
configuration (``conf.py``) file in the ``doc`` directory as described in
15-
`Cheat Sheets <https://sphinxdocs.ansys.com/version/stable/user_guide/options.html#cheat-sheets>`_
15+
`Cheat Sheets <https://sphinxdocs.ansys.com/version/stable/user-guide/options.html#cheat-sheets>`_
1616
in the Ansys Sphinx Theme documentation.

requirements/requirements_doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Sphinx==7.2.6
2-
ansys-sphinx-theme==0.16.6
1+
Sphinx==8.0.2
2+
ansys-sphinx-theme==1.0.3
33
sphinx-copybutton==0.5.2
44
sphinx_toolbox==3.7.0
55
sphinx_design==0.6.1
66
sphinxcontrib-mermaid>=0.7.1
7-
sphinx-gallery==0.17.0
7+
sphinx-gallery==0.17.1
88
Pillow>=9.0
99
pyvista==0.44.1

0 commit comments

Comments
 (0)