From eac8c88714237aed5446f1def9a1ca0412c80329 Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Thu, 12 Mar 2020 17:50:47 +0100 Subject: 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 --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: -- cgit