Skip to content

Commit c94c92d

Browse files
fix: Doc fixes
1 parent 584689f commit c94c92d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@
113113
typehints_defaults = "comma"
114114
# additional logos for the latex coverpage
115115
latex_additional_files = [watermark, ansys_logo_white, ansys_logo_white_cropped]
116+
suppress_warnings = ["autoapi.python_import_resolution"]

doc/source/user_guide/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ your own code.
6060
ansys_downloader
6161
ansys_exceptions
6262
versioning
63-
report
63+
report
64+
launcher/index

doc/source/user_guide/launcher/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _cli:
1+
.. _ref_cli:
22

33
Command-line interface
44
======================

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:`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

0 commit comments

Comments
 (0)