In the past, we did some efforts to ensure that almost all files under Documentation/*.txt could be built with Sphinx. Some regressions happened there (and some new files got added). Fix those files in order to allow them to be able to build with Sphinx. The changes on this series are trivial, adding the minimum stuff to allow building those files with sphinx-build with no warnings and to make the contents minimally consistent with other documentation files. Mauro Carvalho Chehab (8): docs: DMA-API-HOWTO: add a missing "=" docs: atomic_bitops.txt: add a title for this document docs: clearing-warn-once.txt: add a title for this document docs: ntb.txt: use Sphinx notation for the two ascii figures docs: unaligned-memory-access.txt: use a lowercase title docs: video-output.txt: convert it to ReST format docs: ntb.txt: add blank lines to clean up some Sphinx warnings docs: speculation.txt: mark example blocks as such Documentation/DMA-API-HOWTO.txt | 2 +- Documentation/atomic_bitops.txt | 6 +-- Documentation/clearing-warn-once.txt | 2 + Documentation/ntb.txt | 14 ++++-- Documentation/speculation.txt | 8 ++-- Documentation/unaligned-memory-access.txt | 2 +- Documentation/video-output.txt | 52 +++++++++++------------ 7 files changed, 47 insertions(+), 39 deletions(-) -- 2.20.1