From: Aric Gardner Date: Thu, 6 Feb 2020 16:35:15 +0000 (-0500) Subject: exclude submodules X-Git-Tag: 6.0.0-ONAP~2710^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=doc.git;a=commitdiff_plain;h=d54f2498fdb85f9c298b29bdc51532bef7e594b4 exclude submodules This change is needed for a single build this build will create and populate the onap-doc repository so that other rtdv3 projects can be a subproject of this master doc. the change will then be reverted, so that the old method of building docs continues to work Issue-ID: CIMAN-33 Signed-off-by: Aric Gardner Change-Id: I22686e4ef3061b4b32dfb494f31e284f80699073 --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f35ca0461..e8db4508d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,7 +18,8 @@ python: - requirements: etc/requirements.txt submodules: - include: all + # include: all + exclude: all sphinx: configuration: docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 8f40e8b81..a3ebe26e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,5 +11,6 @@ intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' + def setup(app): app.add_stylesheet("css/ribbon_onap.css")