File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ could affect the measurement process. The possible warnings include:
197
197
:meth: `.Coverage.switch_context ` function to change the context. Only one of
198
198
these mechanisms should be in use at a time.
199
199
200
- Individual warnings can be disabled with the `disable_warnings
201
- <config_run_disable_warnings> `_ configuration setting. To silence "No data was
200
+ Individual warnings can be disabled with the :ref: `disable_warnings
201
+ <config_run_disable_warnings>` configuration setting. To silence "No data was
202
202
collected," add this to your .coveragerc file::
203
203
204
204
[run]
Original file line number Diff line number Diff line change 243
243
244
244
def setup (app ):
245
245
"""Configure Sphinx"""
246
- app .add_stylesheet ('coverage.css' )
246
+ app .add_css_file ('coverage.css' )
247
247
app .add_config_value ('prerelease' , False , 'env' )
248
248
print ("** Prerelease = %r" % prerelease )
You can’t perform that action at this time.
0 commit comments