Skip to content

Commit cfbb76a

Browse files
committed
Minor fixes
1 parent 2a5ebc4 commit cfbb76a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
# documentation.
121121
html_theme_options = {
122122
"logo_only": True,
123-
"display_version": False,
124123
}
125124

126125
# The name for this set of Sphinx documents. If None, it defaults to

core/userguide/cmd_test.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ options can be used for dumping available test suites.
153153
.. option::
154154
--json-output
155155

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

158158
.. option::
159159
--json-output-path
160160

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

0 commit comments

Comments
 (0)