From 6fa80ca34d85dd06ef2f6a91f08227c868d2c496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:02:21 +0000 Subject: [PATCH 1/2] build(deps): bump sphinx from 8.2.3 to 9.0.1 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.2.3 to 9.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.2.3...v9.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 73400023..d38f61b1 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -1,4 +1,4 @@ -Sphinx==8.2.3 +Sphinx==9.0.1 jupyter_sphinx==0.5.3 numpydoc==1.9.0 ansys-sphinx-theme==1.6.3 From 7cc38c171813f0d1a39c40155a6d9944c408c476 Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee Date: Thu, 4 Jun 2026 14:40:24 +0530 Subject: [PATCH 2/2] Support compatibility. --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index f7403592..1c4b05fd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -199,6 +199,7 @@ def _reset_modules_hook(gallery_conf, fname, when): # https://github.com/sphinx-doc/sphinx/issues/12300 suppress_warnings = ["config.cache"] +autodoc_use_legacy_class_based = True # -- Options for HTML output ------------------------------------------------- html_short_title = html_title = "PyFluent-Visualization"