Skip to content

Commit a094b18

Browse files
MAINT: Bump sphinx from 6.2.1 to 8.0.2 (#346)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Revathyvenugopal162 <revathy.venugopal@ansys.com>
1 parent 8127837 commit a094b18

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

doc/source/api/analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Analysis
88
.. autosummary::
99
:toctree: _autosummary
1010

11-
ansys.sherlock.core.analysis.Analysis
11+
Analysis

doc/source/api/common.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Common
88
.. autosummary::
99
:toctree: _autosummary
1010

11-
ansys.sherlock.core.common.Common
11+
Common

doc/source/api/launcher.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Launcher
99
.. autosummary::
1010
:toctree: _autosummary
1111

12-
ansys.sherlock.core.launcher.launch_sherlock
13-
ansys.sherlock.core.launcher.connect_grpc_channel
12+
launch_sherlock
13+
connect_grpc_channel
1414

doc/source/api/layer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Layer
99
.. autosummary::
1010
:toctree: _autosummary
1111

12-
ansys.sherlock.core.layer.Layer
12+
Layer

doc/source/api/lifecycle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Lifecycle
99
.. autosummary::
1010
:toctree: _autosummary
1111

12-
ansys.sherlock.core.lifecycle.Lifecycle
12+
Lifecycle

doc/source/api/model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Model
88
.. autosummary::
99
:toctree: _autosummary
1010

11-
ansys.sherlock.core.model.Model
11+
Model

doc/source/api/parts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Parts
66
.. autosummary::
77
:toctree: _autosummary
88

9-
ansys.sherlock.core.parts.Parts
9+
Parts

doc/source/api/project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Project
88
.. autosummary::
99
:toctree: _autosummary
1010

11-
ansys.sherlock.core.project.Project
11+
Project

doc/source/api/stackup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Stackup
88
.. autosummary::
99
:toctree: _autosummary
1010

11-
ansys.sherlock.core.stackup.Stackup
11+
Stackup

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tests = [
4040
doc = [
4141
"ansys-sphinx-theme==1.0.2",
4242
"numpydoc==1.7.0",
43-
"Sphinx==6.2.1", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now
43+
"Sphinx==8.0.2", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now
4444
"sphinx-copybutton==0.5.2",
4545
"sphinx_design==0.6.1",
4646
"sphinx-gallery==0.17.1",

0 commit comments

Comments
 (0)