diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-01-04 18:48:31 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-01-04 18:48:31 +0900 |
commit | f54fe9a5ba3f7f4d6c9f05e57bca8095e7368853 (patch) | |
tree | 2f700cfe6598d07244886c1f6fc4af94bac289ee /doc/source/install.rst | |
parent | 2df05bd16b375d559c6308226434f020b095d2b8 (diff) | |
download | buildstream-f54fe9a5ba3f7f4d6c9f05e57bca8095e7368853.tar.gz |
doc/source/install.rst: Silence a docs generation error
Fixes the warning:
WARNING: /path/to/buildstream/doc/source/install.rst:45: (WARNING/2) Title underline too short.
Diffstat (limited to 'doc/source/install.rst')
-rw-r--r-- | doc/source/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 45beb716c..e0fcb7088 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -42,7 +42,7 @@ Install the dependencies with: ostree bubblewrap python-ruamel-yaml Debian Stretch -~~~~~~~~~~~~~ +~~~~~~~~~~~~~~ With stretch, you first need to ensure that you have the backports repository setup as described `here <https://backports.debian.org/Instructions/>`_ @@ -64,7 +64,7 @@ At this point you should be able to get the system requirements with:: Debian Buster or Sid -~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~ For debian unstable or testing, only the following line should be enough to get the base system requirements installed:: |