From a164bd0aa13118362c45a711f385d1a2721c8689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:12:22 +0000 Subject: [PATCH 1/3] MAINT: Bump sphinx from 6.2.1 to 8.0.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.2.1 to 8.0.2. - [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/v6.2.1...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbc7c7c19..ac45564fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ doc = [ "ansys-sphinx-theme==1.0.2", "numpydoc==1.7.0", - "Sphinx==6.2.1", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now + "Sphinx==8.0.2", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", "sphinx-gallery==0.17.1", From 028a83e0b4baa1ea7c85190a9a044d9a22de8057 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Fri, 9 Aug 2024 16:22:50 +0200 Subject: [PATCH 2/3] fix: change the current module for autosummary --- doc/source/api/common.rst | 2 +- doc/source/api/launcher.rst | 4 ++-- doc/source/api/layer.rst | 2 +- doc/source/api/lifecycle.rst | 2 +- doc/source/api/model.rst | 2 +- doc/source/api/parts.rst | 2 +- doc/source/api/project.rst | 2 +- doc/source/api/stackup.rst | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/source/api/common.rst b/doc/source/api/common.rst index 404295bc0..d1467225b 100644 --- a/doc/source/api/common.rst +++ b/doc/source/api/common.rst @@ -8,4 +8,4 @@ Common .. autosummary:: :toctree: _autosummary - ansys.sherlock.core.common.Common \ No newline at end of file + Common \ No newline at end of file diff --git a/doc/source/api/launcher.rst b/doc/source/api/launcher.rst index cb8e01233..21ca0d7ff 100644 --- a/doc/source/api/launcher.rst +++ b/doc/source/api/launcher.rst @@ -9,6 +9,6 @@ Launcher .. autosummary:: :toctree: _autosummary - ansys.sherlock.core.launcher.launch_sherlock - ansys.sherlock.core.launcher.connect_grpc_channel + launch_sherlock + connect_grpc_channel diff --git a/doc/source/api/layer.rst b/doc/source/api/layer.rst index d38452b5c..0c746fb12 100644 --- a/doc/source/api/layer.rst +++ b/doc/source/api/layer.rst @@ -9,4 +9,4 @@ Layer .. autosummary:: :toctree: _autosummary - ansys.sherlock.core.layer.Layer \ No newline at end of file + Layer \ No newline at end of file diff --git a/doc/source/api/lifecycle.rst b/doc/source/api/lifecycle.rst index 8e3f02dfd..2601136a2 100644 --- a/doc/source/api/lifecycle.rst +++ b/doc/source/api/lifecycle.rst @@ -9,4 +9,4 @@ Lifecycle .. autosummary:: :toctree: _autosummary - ansys.sherlock.core.lifecycle.Lifecycle \ No newline at end of file + Lifecycle \ No newline at end of file diff --git a/doc/source/api/model.rst b/doc/source/api/model.rst index 657c6be22..238f64df5 100644 --- a/doc/source/api/model.rst +++ b/doc/source/api/model.rst @@ -8,4 +8,4 @@ Model .. autosummary:: :toctree: _autosummary - ansys.sherlock.core.model.Model \ No newline at end of file + Model \ No newline at end of file diff --git a/doc/source/api/parts.rst b/doc/source/api/parts.rst index e3cfec895..6b4abb289 100644 --- a/doc/source/api/parts.rst +++ b/doc/source/api/parts.rst @@ -6,4 +6,4 @@ Parts .. autosummary:: :toctree: _autosummary - ansys.sherlock.core.parts.Parts \ No newline at end of file + Parts \ No newline at end of file diff --git a/doc/source/api/project.rst b/doc/source/api/project.rst index 32e03d573..426277044 100644 --- a/doc/source/api/project.rst +++ b/doc/source/api/project.rst @@ -8,4 +8,4 @@ Project .. autosummary:: :toctree: _autosummary - ansys.sherlock.core.project.Project \ No newline at end of file + Project \ No newline at end of file diff --git a/doc/source/api/stackup.rst b/doc/source/api/stackup.rst index c2334e6c8..6f3cbd48b 100644 --- a/doc/source/api/stackup.rst +++ b/doc/source/api/stackup.rst @@ -8,4 +8,4 @@ Stackup .. autosummary:: :toctree: _autosummary - ansys.sherlock.core.stackup.Stackup \ No newline at end of file + Stackup \ No newline at end of file From 1d394b307d4a8bfe228cfe14fb195fb8988991b8 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Fri, 9 Aug 2024 16:27:45 +0200 Subject: [PATCH 3/3] fix: change the current module for autosummary --- doc/source/api/analysis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/api/analysis.rst b/doc/source/api/analysis.rst index 0d4f22a54..add859326 100644 --- a/doc/source/api/analysis.rst +++ b/doc/source/api/analysis.rst @@ -8,4 +8,4 @@ Analysis .. autosummary:: :toctree: _autosummary - ansys.sherlock.core.analysis.Analysis \ No newline at end of file + Analysis \ No newline at end of file