mbox series

[v2,0/2] btrfs-progs: Documentation: fix compile an error and

Message ID cover.1704906806.git.anand.jain@oracle.com (mailing list archive)
Headers show
Series btrfs-progs: Documentation: fix compile an error and | expand

Message

Anand Jain Jan. 10, 2024, 5:25 p.m. UTC
v2:
 Fix only the code-block:: without the argument and set it to none to
   match the rest of the code blocks.
 Use Documentation/Makefile.in to create the contents.rst file.
 Link to v1: https://lore.kernel.org/all/cover.1704438755.git.anand.jain@oracle.com/

Fixes a warning and an error during the build with Sphinx.

Anand Jain (2):
  btrfs-progs: Documentation: fix sphinx code-block warning
  btrfs-progs Documentation: placeholder for contents.rst file

 .gitignore                             |  1 +
 Documentation/Makefile.in              |  8 ++++++++
 Documentation/Tree-checker.rst         |  4 ++--
 Documentation/ch-subvolume-intro.rst   |  2 +-
 Documentation/dev/Developer-s-FAQ.rst  |  2 +-
 Documentation/dev/Experimental.rst     |  4 ++--
 Documentation/dev/dev-btrfs-design.rst |  8 ++++----
 Documentation/trouble-index.rst        | 16 ++++++++--------
 Makefile                               |  7 +++++++
 9 files changed, 34 insertions(+), 18 deletions(-)