File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 120
120
# documentation.
121
121
html_theme_options = {
122
122
"logo_only" : True ,
123
- "display_version" : False ,
124
123
}
125
124
126
125
# The name for this set of Sphinx documents. If None, it defaults to
Original file line number Diff line number Diff line change @@ -153,12 +153,12 @@ options can be used for dumping available test suites.
153
153
.. option ::
154
154
--json-output
155
155
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.
157
157
158
158
.. option ::
159
159
--json-output-path
160
160
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 >`__
162
162
format and save it to the specified path. If the only folder path is provided,
163
163
the file name will be generated automatically.
164
164
Please note that the parent folder must exist before.
You can’t perform that action at this time.
0 commit comments