Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/api/analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Analysis
.. autosummary::
:toctree: _autosummary

ansys.sherlock.core.analysis.Analysis
Analysis
2 changes: 1 addition & 1 deletion doc/source/api/common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Common
.. autosummary::
:toctree: _autosummary

ansys.sherlock.core.common.Common
Common
4 changes: 2 additions & 2 deletions doc/source/api/launcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion doc/source/api/layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Layer
.. autosummary::
:toctree: _autosummary

ansys.sherlock.core.layer.Layer
Layer
2 changes: 1 addition & 1 deletion doc/source/api/lifecycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Lifecycle
.. autosummary::
:toctree: _autosummary

ansys.sherlock.core.lifecycle.Lifecycle
Lifecycle
2 changes: 1 addition & 1 deletion doc/source/api/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Model
.. autosummary::
:toctree: _autosummary

ansys.sherlock.core.model.Model
Model
2 changes: 1 addition & 1 deletion doc/source/api/parts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Parts
.. autosummary::
:toctree: _autosummary

ansys.sherlock.core.parts.Parts
Parts
2 changes: 1 addition & 1 deletion doc/source/api/project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Project
.. autosummary::
:toctree: _autosummary

ansys.sherlock.core.project.Project
Project
2 changes: 1 addition & 1 deletion doc/source/api/stackup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Stackup
.. autosummary::
:toctree: _autosummary

ansys.sherlock.core.stackup.Stackup
Stackup
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down