From: Sitsofe Wheeler Date: Sat, 21 Dec 2019 09:53:19 +0000 (+0000) Subject: doc: fix up sphinx warnings X-Git-Tag: fio-3.18~31^2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d443e3af23cabeb90e3eaccefe7bae3874f2b86d doc: fix up sphinx warnings - Reference to merge-blktrace-only needs the leading dashes to work (seemingly because it takes no parameters?) - Nothing seems to be html_static_path, we don't have an _static dir and it generates a warning "html_static_path entry '_static' does not exist" so disable it for now Signed-off-by: Sitsofe Wheeler --- diff --git a/HOWTO b/HOWTO index 89f6ee82..41d32c04 100644 --- a/HOWTO +++ b/HOWTO @@ -3991,7 +3991,7 @@ only file passed to :option:`read_iolog`. An example would look like:: $ fio --read_iolog=":" --merge_blktrace_file="" Creating only the merged file can be done by passing the command line argument -:option:`merge-blktrace-only`. +:option:`--merge-blktrace-only`. Scaling traces can be done to see the relative impact of any particular trace being slowed down or sped up. :option:`merge_blktrace_scalars` takes in a colon diff --git a/doc/conf.py b/doc/conf.py index 087a9a11..10b72ecb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -177,7 +177,7 @@ html_theme = 'alabaster' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +# html_static_path = ['_static'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied