]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases: silence sphinx warnings
authorKefu Chai <kchai@redhat.com>
Sat, 25 Apr 2020 01:24:37 +0000 (09:24 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 25 Apr 2020 01:33:43 +0000 (09:33 +0800)
* mimic.rst: add title underline

to address sphinx warning like:
```
WARNING: Title underline too short.
```

* octopus.rst: use consistent underline

to address following sphinx warning:
```
doc/releases/octopus.rst:49: WARNING: Title level inconsistent:
```

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/releases/mimic.rst
doc/releases/octopus.rst

index 6ec6ab851a6c3ddd72dedea5ab3a4f30fe2ad396..e98261c1192a0effb18aa25376726ea08a1042e2 100644 (file)
@@ -1,5 +1,5 @@
 v13.2.10 Mimic
-=============
+==============
 
 This is the tenth bugfix release of Ceph Mimic, this release fixes a RGW
 vulnerability affecting mimic, and we recommend that all mimic users upgrade.
index 772cc71faadf8e75b3553e7f031f1d1eccbf6e32..9e1126c753ccae1e288f2f74db95a3e07b8924ae 100644 (file)
@@ -5,14 +5,14 @@ This is the first bugfix release of Ceph Octopus, we recommend all Octopus users
 upgrade. This release fixes an upgrade issue and also has 2 security fixes
 
 Notable Changes
-~~~~~~~~~~~~~~~
+---------------
 
 * issue#44759: Fixed luminous->nautilus->octopus upgrade asserts
 * CVE-2020-1759: Fixed nonce reuse in msgr V2 secure mode
 * CVE-2020-1760: Fixed XSS due to RGW GetObject header-splitting
 
 Changelog
-~~~~~~~~~
+---------
 
 * build/ops: fix ceph_release type to 'stable' (`pr#34194 <https://github.com/ceph/ceph/pull/34194>`_, Sage Weil)
 * build/ops: vstart_runner.py: fix OSError when checking if non-existent path is mounted (`pr#34132 <https://github.com/ceph/ceph/pull/34132>`_, Alfonso Martínez)