doc: fix up sphinx warnings
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 21 Dec 2019 09:53:19 +0000 (09:53 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 21 Dec 2019 11:51:58 +0000 (11:51 +0000)
- 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 <sitsofe@yahoo.com>
HOWTO
doc/conf.py

diff --git a/HOWTO b/HOWTO
index 89f6ee826d08fecbb9d7a5286ea141e336a8e077..41d32c04dc638b12de1dc20e9444ed4462c81051 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -3991,7 +3991,7 @@ only file passed to :option:`read_iolog`. An example would look like::
        $ fio --read_iolog="<file1>:<file2>" --merge_blktrace_file="<output_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
index 087a9a11f0c4422160795feb79ef9a0fa36b7505..10b72ecb913b0ad9643605e7b6143e7990ea9c81 100644 (file)
@@ -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