Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Feb 8, 2025
1 parent 2a5ebc4 commit cfbb76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
# documentation.
html_theme_options = {
"logo_only": True,
"display_version": False,
}

# The name for this set of Sphinx documents. If None, it defaults to
Expand Down
4 changes: 2 additions & 2 deletions core/userguide/cmd_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ options can be used for dumping available test suites.
.. option::
--json-output

Return the output in `JSON <http://en.wikipedia.org/wiki/JSON>`_ format.
Return the output in `JSON <http://en.wikipedia.org/wiki/JSON>`__ format.

.. option::
--json-output-path

Generate a unit testing report in the `JSON <https://en.wikipedia.org/wiki/JSON>`_
Generate a unit testing report in the `JSON <https://en.wikipedia.org/wiki/JSON>`__
format and save it to the specified path. If the only folder path is provided,
the file name will be generated automatically.
Please note that the parent folder must exist before.
Expand Down

0 comments on commit cfbb76a

Please sign in to comment.