fix sphinx-lint errors in docs and add ci
This change mainly fixes incorrect use of backticks but also adress some other minor issues like unbalanced backticks, incorrect spacing or missing _ in links. This change add a tox target to run sphinx-lint as well as adding it to the relevent tox envs to enforce it in ci. pre-commit is leveraged to install and execute sphinx-lint but it does not reqiure you to install the hooks locally into your working dir. Change-Id: Ib97b35c9014bc31876003cef4362c47a8a3a4e0e
This commit is contained in:
@@ -206,7 +206,7 @@ Problem
|
||||
You can view the log output of running instances from either the
|
||||
:guilabel:`Log` tab of the dashboard or the output of :command:`nova
|
||||
console-log`. In some cases, the log output of a running Linux instance will be
|
||||
empty or only display a single character (for example, the `?` character).
|
||||
empty or only display a single character (for example, the ``?`` character).
|
||||
|
||||
This occurs when the Compute service attempts to retrieve the log output of the
|
||||
instance via a serial console while the instance itself is not configured to
|
||||
|
||||
Reference in New Issue
Block a user