Skip to content

Commit ff8a3c7

Browse files
build(deps): bump sphinx from 7.2.6 to 8.0.2 in /requirements (#487)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 8.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.2.6...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a0411b commit ff8a3c7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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)