Sphinx reports htmldocs indentation warnings:
Documentation/filesystems/nfs/nfsd-io-modes.rst:58: ERROR: Unexpected indentation. [docutils]
Documentation/filesystems/nfs/nfsd-io-modes.rst:59: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
These caused the lists to be shown as long running paragraphs merged
with their previous paragraphs.
Fix these by separating the lists with a blank line.
Fixes:
|
||
|---|---|---|
| .. | ||
| client-identifier.rst | ||
| exporting.rst | ||
| index.rst | ||
| knfsd-stats.rst | ||
| localio.rst | ||
| nfs41-server.rst | ||
| nfsd-io-modes.rst | ||
| nfsd-maintainer-entry-profile.rst | ||
| pnfs.rst | ||
| reexport.rst | ||
| rpc-cache.rst | ||
| rpc-server-gss.rst | ||