From 24d9cda1580fcd22693f50d1183342da78f302a3 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 6 Feb 2020 12:19:52 -0500 Subject: [PATCH] Revert "exclude submodules" Now that we have a good build https://onap-doc.readthedocs.io/en/latest/ we can revert this change and start building out individual onap project docs. Issue-ID: CIMAN-33 This reverts commit d54f2498fdb85f9c298b29bdc51532bef7e594b4. Signed-off-by: Aric Gardner Change-Id: I2c9ce3e8043eef14e9573060ed3fe1a0e1dddfb1 --- .readthedocs.yaml | 3 +-- docs/conf.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e8db4508d..f35ca0461 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,8 +18,7 @@ python: - requirements: etc/requirements.txt submodules: - # include: all - exclude: all + include: all sphinx: configuration: docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index a3ebe26e5..8f40e8b81 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,5 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' - def setup(app): app.add_stylesheet("css/ribbon_onap.css") -- 2.16.6