Skip to content

Commit 4dd8d28

Browse files
fix: Doc issues
1 parent c94c92d commit 4dd8d28

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"sphinx_copybutton",
7777
"sphinx_design",
7878
"ansys_sphinx_theme.extension.autoapi",
79+
"sphinx_click", # Required by local-product-launcher
7980
]
8081

8182
# numpydoc configuration

doc/source/user_guide/launcher/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ launch configuration.
88

99
Configuration options for products are defined by each product plugin.
1010

11-
.. click:: ansys.tools.local_product_launcher._cli:cli
11+
.. click:: ansys.tools.common.launcher._cli:cli
1212
:prog: ansys-launcher
1313
:nested: full

doc/source/user_guide/launcher/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This section provides an overview of the Local Product Launcher and how to use i
55

66
- The :ref:`rationale` page provides a high-level overview of the problem that the
77
Local Product Launcher solves.
8-
- The :ref:`_ref_cli` page describes the command-line interface.
8+
- The :ref:`ref_cli` page describes the command-line interface.
99
- The :ref:`plugin_creation` page describes how to create a launcher plugin to extend
1010
the Local Product Launcher for use with another Ansys product.
1111

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ doc = [
5555
"ansys-sphinx-theme==1.5.2",
5656
"sphinx==8.2.3",
5757
"sphinx-autoapi==3.6.0",
58+
"sphinx-click==4.4.0",
5859
"sphinx-copybutton==0.5.2",
5960
"sphinx_design==0.6.1",
6061
"sphinx-gallery==0.19.0",

0 commit comments

Comments
 (0)