diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-03-12 17:50:47 +0100 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-03-12 17:58:00 +0100 |
commit | eac8c88714237aed5446f1def9a1ca0412c80329 (patch) | |
tree | 8932770e02141009fe21be440fe6c75192173c62 /docs | |
parent | ac262d0846be8a8495258014e508bc495f252fe9 (diff) |
Make OSAs orphans in Sphinx terms
OSAs are not included in built documentation directly but as a symlinked
documents. This results in warning about not including source of the
symlink in rendered docs: "WARNING: document isn't included in any
toctree".
Making them "orphans" suppresses this warning for both source advisories
as well as symlinks. They are included in table of contents by a
wildcard so in the end none will get lost.
Issue-ID: SECCOM-264
Change-Id: Ia2920c3d289c402c74de01d21818c67424664f14
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index a516e33..6510992 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. Copyright 2019 Samsung Electronics +.. Copyright 2019-2020 Samsung Electronics .. _onap-security: |